diff options
author | Tony Lindgren <tony@atomide.com> | 2012-09-20 14:41:46 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-09-20 18:03:55 -0400 |
commit | ac839b3cad7b9e481f250f99cf72b5a1872d3641 (patch) | |
tree | cd4dd88059673285107468bccff7ddc4bf96133d /arch/arm/mach-omap2/board-omap3stalker.c | |
parent | 606281525fb7c9ef0510f74239a132d078f20520 (diff) |
ARM: OMAP2+: Make gpmc-smsc911x.h local
This can be local to mach-omap2.
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/board-omap3stalker.c')
-rw-r--r-- | arch/arm/mach-omap2/board-omap3stalker.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/board-omap3stalker.c b/arch/arm/mach-omap2/board-omap3stalker.c index f2c810a5cf20..c7f3d026e6d4 100644 --- a/arch/arm/mach-omap2/board-omap3stalker.c +++ b/arch/arm/mach-omap2/board-omap3stalker.c | |||
@@ -60,7 +60,7 @@ | |||
60 | #include "common-board-devices.h" | 60 | #include "common-board-devices.h" |
61 | 61 | ||
62 | #if defined(CONFIG_SMSC911X) || defined(CONFIG_SMSC911X_MODULE) | 62 | #if defined(CONFIG_SMSC911X) || defined(CONFIG_SMSC911X_MODULE) |
63 | #include <plat/gpmc-smsc911x.h> | 63 | #include "gpmc-smsc911x.h" |
64 | 64 | ||
65 | #define OMAP3STALKER_ETHR_START 0x2c000000 | 65 | #define OMAP3STALKER_ETHR_START 0x2c000000 |
66 | #define OMAP3STALKER_ETHR_SIZE 1024 | 66 | #define OMAP3STALKER_ETHR_SIZE 1024 |