diff options
Diffstat (limited to 'arch/arm/mach-omap2/board-rx51-peripherals.c')
-rw-r--r-- | arch/arm/mach-omap2/board-rx51-peripherals.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/arch/arm/mach-omap2/board-rx51-peripherals.c b/arch/arm/mach-omap2/board-rx51-peripherals.c index 020e03c95bfe..07005fe40a2a 100644 --- a/arch/arm/mach-omap2/board-rx51-peripherals.c +++ b/arch/arm/mach-omap2/board-rx51-peripherals.c | |||
@@ -31,9 +31,7 @@ | |||
31 | #include <asm/system_info.h> | 31 | #include <asm/system_info.h> |
32 | 32 | ||
33 | #include "common.h" | 33 | #include "common.h" |
34 | #include <plat/dma.h> | 34 | #include <plat-omap/dma-omap.h> |
35 | #include <plat/gpmc.h> | ||
36 | #include <plat/omap-pm.h> | ||
37 | #include "gpmc-smc91x.h" | 35 | #include "gpmc-smc91x.h" |
38 | 36 | ||
39 | #include "board-rx51.h" | 37 | #include "board-rx51.h" |
@@ -52,8 +50,11 @@ | |||
52 | #endif | 50 | #endif |
53 | 51 | ||
54 | #include "mux.h" | 52 | #include "mux.h" |
53 | #include "omap-pm.h" | ||
55 | #include "hsmmc.h" | 54 | #include "hsmmc.h" |
56 | #include "common-board-devices.h" | 55 | #include "common-board-devices.h" |
56 | #include "gpmc.h" | ||
57 | #include "gpmc-onenand.h" | ||
57 | 58 | ||
58 | #define SYSTEM_REV_B_USES_VAUX3 0x1699 | 59 | #define SYSTEM_REV_B_USES_VAUX3 0x1699 |
59 | #define SYSTEM_REV_S_USES_VAUX3 0x8 | 60 | #define SYSTEM_REV_S_USES_VAUX3 0x8 |