diff options
Diffstat (limited to 'arch/arm/mach-omap2/board-omap3logic.c')
-rw-r--r-- | arch/arm/mach-omap2/board-omap3logic.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/arch/arm/mach-omap2/board-omap3logic.c b/arch/arm/mach-omap2/board-omap3logic.c index 5cfade235bb4..6f58cad5bf74 100644 --- a/arch/arm/mach-omap2/board-omap3logic.c +++ b/arch/arm/mach-omap2/board-omap3logic.c | |||
@@ -34,9 +34,6 @@ | |||
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 "gpmc.h" | ||
39 | #include <plat/sdrc.h> | ||
40 | #include <plat/usb.h> | 37 | #include <plat/usb.h> |
41 | 38 | ||
42 | #include "common.h" | 39 | #include "common.h" |
@@ -44,6 +41,8 @@ | |||
44 | #include "hsmmc.h" | 41 | #include "hsmmc.h" |
45 | #include "control.h" | 42 | #include "control.h" |
46 | #include "common-board-devices.h" | 43 | #include "common-board-devices.h" |
44 | #include "gpmc.h" | ||
45 | #include "gpmc-smsc911x.h" | ||
47 | 46 | ||
48 | #define OMAP3LOGIC_SMSC911X_CS 1 | 47 | #define OMAP3LOGIC_SMSC911X_CS 1 |
49 | 48 | ||