diff options
author | Tony Lindgren <tony@atomide.com> | 2012-09-20 11:40:52 -0700 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-09-20 15:02:23 -0700 |
commit | 4f9ed545a33746864ee9f55bc0b601e09167dfc4 (patch) | |
tree | 10b1dbf86450ac58f7b2fd4c8c34685e6d15d15f /arch/arm/mach-omap2/am35xx-emac.c | |
parent | 4952af4357cab6221750e5184017170b3becf42d (diff) |
ARM: OMAP2+: Make am35xx.h local
This can be local to mach-omap2.
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/am35xx-emac.c')
-rw-r--r-- | arch/arm/mach-omap2/am35xx-emac.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/am35xx-emac.c b/arch/arm/mach-omap2/am35xx-emac.c index 2c90ac68668..d0c54c573d3 100644 --- a/arch/arm/mach-omap2/am35xx-emac.c +++ b/arch/arm/mach-omap2/am35xx-emac.c @@ -19,7 +19,7 @@ #include <linux/davinci_emac.h> #include <asm/system.h> #include <plat/omap_device.h> -#include <mach/am35xx.h> +#include "am35xx.h" #include "control.h" #include "am35xx-emac.h" |