diff options
author | Tony Lindgren <tony@atomide.com> | 2012-10-02 23:19:52 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-10-17 21:04:34 +0200 |
commit | 622297fdec22310d57cc3222a8fc337993c7cd23 (patch) | |
tree | c821d66d6e083f8f0c7eab2c54c89059585021ea /arch/arm/plat-omap/sram.c | |
parent | ARM: OMAP: Move plat/led.h to include/linux/platform_data (diff) | |
download | linux-622297fdec22310d57cc3222a8fc337993c7cd23.tar.xz linux-622297fdec22310d57cc3222a8fc337993c7cd23.zip |
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>
Diffstat (limited to 'arch/arm/plat-omap/sram.c')
-rw-r--r-- | arch/arm/plat-omap/sram.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/plat-omap/sram.c b/arch/arm/plat-omap/sram.c index 28acb383e7df..dc2d800d9598 100644 --- a/arch/arm/plat-omap/sram.c +++ b/arch/arm/plat-omap/sram.c @@ -25,7 +25,6 @@ #include <asm/mach/map.h> -#include <plat/sram.h> #include <plat/cpu.h> #include "sram.h" |