commit | 25c7d49ed48b4843da7dea56a81ae7f620211ee0 | [log] [tgz] |
---|---|---|
author | Tony Lindgren <tony@atomide.com> | Tue Oct 02 17:25:48 2012 -0700 |
committer | Tony Lindgren <tony@atomide.com> | Wed Oct 17 12:08:40 2012 -0700 |
tree | 88451639ae0e2d74bbac1a31314a8a274d68e629 | |
parent | 622297fdec22310d57cc3222a8fc337993c7cd23 [diff] [blame] |
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>
diff --git a/arch/arm/mach-omap2/i2c.c b/arch/arm/mach-omap2/i2c.c index 9f12f63..84b0d9f 100644 --- a/arch/arm/mach-omap2/i2c.c +++ b/arch/arm/mach-omap2/i2c.c
@@ -21,7 +21,7 @@ #include "common.h" #include <plat/omap_hwmod.h> -#include <plat/omap_device.h> +#include "omap_device.h" #include "mux.h" #include "i2c.h"