diff options
Diffstat (limited to 'arch/arm/mach-omap2/io.c')
-rw-r--r-- | arch/arm/mach-omap2/io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/io.c b/arch/arm/mach-omap2/io.c index 42a4b9c08aaa..f71e51bfbe2a 100644 --- a/arch/arm/mach-omap2/io.c +++ b/arch/arm/mach-omap2/io.c | |||
@@ -26,7 +26,6 @@ | |||
26 | #include <asm/mach/map.h> | 26 | #include <asm/mach/map.h> |
27 | 27 | ||
28 | #include <plat/sram.h> | 28 | #include <plat/sram.h> |
29 | #include <plat/sdrc.h> | ||
30 | #include <plat/serial.h> | 29 | #include <plat/serial.h> |
31 | #include <plat/omap-pm.h> | 30 | #include <plat/omap-pm.h> |
32 | #include <plat/omap_hwmod.h> | 31 | #include <plat/omap_hwmod.h> |
@@ -43,6 +42,7 @@ | |||
43 | #include "clock2xxx.h" | 42 | #include "clock2xxx.h" |
44 | #include "clock3xxx.h" | 43 | #include "clock3xxx.h" |
45 | #include "clock44xx.h" | 44 | #include "clock44xx.h" |
45 | #include "sdrc.h" | ||
46 | 46 | ||
47 | /* | 47 | /* |
48 | * The machine specific code may provide the extra mapping besides the | 48 | * The machine specific code may provide the extra mapping besides the |