diff options
Diffstat (limited to 'arch/arm/mach-omap2/sdrc2xxx.c')
-rw-r--r-- | arch/arm/mach-omap2/sdrc2xxx.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/sdrc2xxx.c b/arch/arm/mach-omap2/sdrc2xxx.c index 26c1728e09ca..907291714643 100644 --- a/arch/arm/mach-omap2/sdrc2xxx.c +++ b/arch/arm/mach-omap2/sdrc2xxx.c | |||
@@ -24,14 +24,13 @@ | |||
24 | #include <linux/clk.h> | 24 | #include <linux/clk.h> |
25 | #include <linux/io.h> | 25 | #include <linux/io.h> |
26 | 26 | ||
27 | #include "../plat-omap/sram.h" | ||
28 | |||
29 | #include "soc.h" | 27 | #include "soc.h" |
30 | #include "iomap.h" | 28 | #include "iomap.h" |
31 | #include "common.h" | 29 | #include "common.h" |
32 | #include "prm2xxx.h" | 30 | #include "prm2xxx.h" |
33 | #include "clock.h" | 31 | #include "clock.h" |
34 | #include "sdrc.h" | 32 | #include "sdrc.h" |
33 | #include "sram.h" | ||
35 | 34 | ||
36 | /* Memory timing, DLL mode flags */ | 35 | /* Memory timing, DLL mode flags */ |
37 | #define M_DDR 1 | 36 | #define M_DDR 1 |