aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/am35xx-emac.c
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2012-10-02 17:25:48 -0700
committerTony Lindgren <tony@atomide.com>2012-10-17 12:08:40 -0700
commit25c7d49ed48b4843da7dea56a81ae7f620211ee0 (patch)
tree88451639ae0e2d74bbac1a31314a8a274d68e629 /arch/arm/mach-omap2/am35xx-emac.c
parentARM: OMAP: Make plat/sram.h local to plat-omap (diff)
downloadlinux-dev-25c7d49ed48b4843da7dea56a81ae7f620211ee0.tar.xz
linux-dev-25c7d49ed48b4843da7dea56a81ae7f620211ee0.zip
ARM: OMAP: Make omap_device local to mach-omap2
Let's make omap_device local to mach-omap2 for ARM common zImage support. 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.c2
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 d0c54c573d34..af11dcdb7e2c 100644
--- a/arch/arm/mach-omap2/am35xx-emac.c
+++ b/arch/arm/mach-omap2/am35xx-emac.c
@@ -18,7 +18,7 @@
#include <linux/err.h>
#include <linux/davinci_emac.h>
#include <asm/system.h>
-#include <plat/omap_device.h>
+#include "omap_device.h"
#include "am35xx.h"
#include "control.h"
#include "am35xx-emac.h"