diff options
author | Tony Lindgren <tony@atomide.com> | 2012-09-20 11:41:46 -0700 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-09-20 15:03:55 -0700 |
commit | ac839b3cad7b9e481f250f99cf72b5a1872d3641 (patch) | |
tree | cd4dd88059673285107468bccff7ddc4bf96133d /arch/arm/mach-omap2/gpmc-smsc911x.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/gpmc-smsc911x.c')
-rw-r--r-- | arch/arm/mach-omap2/gpmc-smsc911x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/gpmc-smsc911x.c b/arch/arm/mach-omap2/gpmc-smsc911x.c index a3a28878f0c9..249a0b440cd6 100644 --- a/arch/arm/mach-omap2/gpmc-smsc911x.c +++ b/arch/arm/mach-omap2/gpmc-smsc911x.c @@ -21,7 +21,7 @@ #include <linux/smsc911x.h> #include <plat/gpmc.h> -#include <plat/gpmc-smsc911x.h> +#include "gpmc-smsc911x.h" static struct resource gpmc_smsc911x_resources[] = { [0] = { |