diff options
Diffstat (limited to 'arch/arm/mach-omap2/io.c')
-rw-r--r-- | arch/arm/mach-omap2/io.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/io.c b/arch/arm/mach-omap2/io.c index 4fadc7895579..814f69955d72 100644 --- a/arch/arm/mach-omap2/io.c +++ b/arch/arm/mach-omap2/io.c | |||
@@ -27,8 +27,6 @@ | |||
27 | 27 | ||
28 | #include <plat-omap/dma-omap.h> | 28 | #include <plat-omap/dma-omap.h> |
29 | 29 | ||
30 | #include "../plat-omap/sram.h" | ||
31 | |||
32 | #include "omap_hwmod.h" | 30 | #include "omap_hwmod.h" |
33 | #include "soc.h" | 31 | #include "soc.h" |
34 | #include "iomap.h" | 32 | #include "iomap.h" |
@@ -43,6 +41,7 @@ | |||
43 | #include "omap-pm.h" | 41 | #include "omap-pm.h" |
44 | #include "sdrc.h" | 42 | #include "sdrc.h" |
45 | #include "serial.h" | 43 | #include "serial.h" |
44 | #include "sram.h" | ||
46 | 45 | ||
47 | /* | 46 | /* |
48 | * The machine specific code may provide the extra mapping besides the | 47 | * The machine specific code may provide the extra mapping besides the |