commit | 2a296c8f89bc6aaf91b255c7d631fcbbfaf840ec | [log] [tgz] |
---|---|---|
author | Tony Lindgren <tony@atomide.com> | Tue Oct 02 17:41:35 2012 -0700 |
committer | Tony Lindgren <tony@atomide.com> | Thu Oct 18 16:05:55 2012 -0700 |
tree | 7c895c5e5579ed9e7f2c64392a463c48d088b6dd | |
parent | 2ba30f0f23d277dec2a53ad6ccaa2f2c6e994fc8 [diff] [blame] |
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>
diff --git a/arch/arm/mach-omap2/mux.c b/arch/arm/mach-omap2/mux.c index 701e17c..635d5ef 100644 --- a/arch/arm/mach-omap2/mux.c +++ b/arch/arm/mach-omap2/mux.c
@@ -36,7 +36,7 @@ #include <linux/interrupt.h> -#include <plat/omap_hwmod.h> +#include "omap_hwmod.h" #include "control.h" #include "mux.h"