diff options
Diffstat (limited to 'arch/arm/mach-omap2/board-overo.c')
-rw-r--r-- | arch/arm/mach-omap2/board-overo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/board-overo.c b/arch/arm/mach-omap2/board-overo.c index 5bd14d9b214d..2e7f24030fc9 100644 --- a/arch/arm/mach-omap2/board-overo.c +++ b/arch/arm/mach-omap2/board-overo.c | |||
@@ -114,7 +114,7 @@ static inline void __init overo_ads7846_init(void) { return; } | |||
114 | #if defined(CONFIG_SMSC911X) || defined(CONFIG_SMSC911X_MODULE) | 114 | #if defined(CONFIG_SMSC911X) || defined(CONFIG_SMSC911X_MODULE) |
115 | 115 | ||
116 | #include <linux/smsc911x.h> | 116 | #include <linux/smsc911x.h> |
117 | #include <plat/gpmc-smsc911x.h> | 117 | #include "gpmc-smsc911x.h" |
118 | 118 | ||
119 | static struct omap_smsc911x_platform_data smsc911x_cfg = { | 119 | static struct omap_smsc911x_platform_data smsc911x_cfg = { |
120 | .id = 0, | 120 | .id = 0, |