diff options
Diffstat (limited to 'arch/arm/mach-omap2/board-omap3logic.c')
-rw-r--r-- | arch/arm/mach-omap2/board-omap3logic.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/arch/arm/mach-omap2/board-omap3logic.c b/arch/arm/mach-omap2/board-omap3logic.c index 7bd8253b5d1d..e84e2a875378 100644 --- a/arch/arm/mach-omap2/board-omap3logic.c +++ b/arch/arm/mach-omap2/board-omap3logic.c | |||
@@ -34,16 +34,13 @@ | |||
34 | #include <asm/mach/arch.h> | 34 | #include <asm/mach/arch.h> |
35 | #include <asm/mach/map.h> | 35 | #include <asm/mach/map.h> |
36 | 36 | ||
37 | #include "gpmc-smsc911x.h" | ||
38 | #include <plat/gpmc.h> | ||
39 | #include <plat/sdrc.h> | ||
40 | #include <plat/usb.h> | ||
41 | |||
42 | #include "common.h" | 37 | #include "common.h" |
43 | #include "mux.h" | 38 | #include "mux.h" |
44 | #include "hsmmc.h" | 39 | #include "hsmmc.h" |
45 | #include "control.h" | 40 | #include "control.h" |
46 | #include "common-board-devices.h" | 41 | #include "common-board-devices.h" |
42 | #include "gpmc.h" | ||
43 | #include "gpmc-smsc911x.h" | ||
47 | 44 | ||
48 | #define OMAP3LOGIC_SMSC911X_CS 1 | 45 | #define OMAP3LOGIC_SMSC911X_CS 1 |
49 | 46 | ||