ARM: OMAP: Make plat/sram.h local to plat-omap
We can move this from plat to be local to plat-omap
for common ARM zImage support.
Signed-off-by: Tony Lindgren <tony@atomide.com>
diff --git a/arch/arm/mach-omap2/omap4-common.c b/arch/arm/mach-omap2/omap4-common.c
index de89d38..05d55fb 100644
--- a/arch/arm/mach-omap2/omap4-common.c
+++ b/arch/arm/mach-omap2/omap4-common.c
@@ -25,11 +25,11 @@
#include <asm/mach/map.h>
#include <asm/memblock.h>
-#include <plat/sram.h>
#include <plat/omap-secure.h>
-#include "omap-wakeupgen.h"
+#include "../plat-omap/sram.h"
+#include "omap-wakeupgen.h"
#include "soc.h"
#include "common.h"
#include "mmc.h"