diff options
author | Tony Lindgren <tony@atomide.com> | 2012-10-03 02:41:35 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-10-19 01:05:55 +0200 |
commit | 2a296c8f89bc6aaf91b255c7d631fcbbfaf840ec (patch) | |
tree | 7c895c5e5579ed9e7f2c64392a463c48d088b6dd /arch/arm/mach-omap2/i2c.c | |
parent | Merge branch 'omap-for-v3.8/cleanup-headers-asoc' into omap-for-v3.8/cleanup-... (diff) | |
download | linux-2a296c8f89bc6aaf91b255c7d631fcbbfaf840ec.tar.xz linux-2a296c8f89bc6aaf91b255c7d631fcbbfaf840ec.zip |
ARM: OMAP: Make plat/omap_hwmod.h local to mach-omap2
Let's make omap_hwmod local to mach-omap2 for
ARM common zImage support.
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/i2c.c')
-rw-r--r-- | arch/arm/mach-omap2/i2c.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/i2c.c b/arch/arm/mach-omap2/i2c.c index 84b0d9f25a7b..8b3993724a1b 100644 --- a/arch/arm/mach-omap2/i2c.c +++ b/arch/arm/mach-omap2/i2c.c @@ -20,7 +20,7 @@ */ #include "common.h" -#include <plat/omap_hwmod.h> +#include "omap_hwmod.h" #include "omap_device.h" #include "mux.h" |