From: Tony Lindgren Date: Thu, 20 Sep 2012 18:41:04 +0000 (-0700) Subject: ARM: OMAP2+: Make ctrl_module_pad_wkup_44xx.h local X-Git-Tag: upstream/snapshot3+hdmi~6582^2^2~18 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=98ce572fb3555daf8a029711212ec10e5530ff12;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git ARM: OMAP2+: Make ctrl_module_pad_wkup_44xx.h local This can be local to mach-omap2. Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/mach-omap2/control.h b/arch/arm/mach-omap2/control.h index b36123a..dbad6eb 100644 --- a/arch/arm/mach-omap2/control.h +++ b/arch/arm/mach-omap2/control.h @@ -19,7 +19,7 @@ #include "ctrl_module_core_44xx.h" #include #include "ctrl_module_pad_core_44xx.h" -#include +#include "ctrl_module_pad_wkup_44xx.h" #include "am33xx.h" diff --git a/arch/arm/mach-omap2/include/mach/ctrl_module_pad_wkup_44xx.h b/arch/arm/mach-omap2/ctrl_module_pad_wkup_44xx.h similarity index 100% rename from arch/arm/mach-omap2/include/mach/ctrl_module_pad_wkup_44xx.h rename to arch/arm/mach-omap2/ctrl_module_pad_wkup_44xx.h