diff options
Diffstat (limited to 'arch/arm/mach-omap2/board-rm680.c')
-rw-r--r-- | arch/arm/mach-omap2/board-rm680.c | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/arch/arm/mach-omap2/board-rm680.c b/arch/arm/mach-omap2/board-rm680.c index 45997bfbcbd2..1997e0e722a1 100644 --- a/arch/arm/mach-omap2/board-rm680.c +++ b/arch/arm/mach-omap2/board-rm680.c | |||
@@ -22,17 +22,14 @@ | |||
22 | #include <asm/mach/arch.h> | 22 | #include <asm/mach/arch.h> |
23 | #include <asm/mach-types.h> | 23 | #include <asm/mach-types.h> |
24 | 24 | ||
25 | #include <plat/i2c.h> | ||
26 | #include <plat/mmc.h> | ||
27 | #include <plat/usb.h> | ||
28 | #include <plat/gpmc.h> | ||
29 | #include "common.h" | 25 | #include "common.h" |
30 | #include <plat/serial.h> | ||
31 | |||
32 | #include "mux.h" | 26 | #include "mux.h" |
27 | #include "gpmc.h" | ||
28 | #include "mmc.h" | ||
33 | #include "hsmmc.h" | 29 | #include "hsmmc.h" |
34 | #include "sdram-nokia.h" | 30 | #include "sdram-nokia.h" |
35 | #include "common-board-devices.h" | 31 | #include "common-board-devices.h" |
32 | #include "gpmc-onenand.h" | ||
36 | 33 | ||
37 | static struct regulator_consumer_supply rm680_vemmc_consumers[] = { | 34 | static struct regulator_consumer_supply rm680_vemmc_consumers[] = { |
38 | REGULATOR_SUPPLY("vmmc", "omap_hsmmc.1"), | 35 | REGULATOR_SUPPLY("vmmc", "omap_hsmmc.1"), |