From: Tony Lindgren Date: Thu, 20 Sep 2012 18:41:06 +0000 (-0700) Subject: ARM: OMAP2+: Make ctrl_module_wkup_44xx.h local X-Git-Tag: v3.7-rc1~162^2^2~17 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=829ce5906f6c714293d2f62165abecc24c61eba9;p=profile%2Fivi%2Fkernel-adaptation-intel-automotive.git ARM: OMAP2+: Make ctrl_module_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 dbad6eb..123186a 100644 --- a/arch/arm/mach-omap2/control.h +++ b/arch/arm/mach-omap2/control.h @@ -17,7 +17,7 @@ #define __ARCH_ARM_MACH_OMAP2_CONTROL_H #include "ctrl_module_core_44xx.h" -#include +#include "ctrl_module_wkup_44xx.h" #include "ctrl_module_pad_core_44xx.h" #include "ctrl_module_pad_wkup_44xx.h" diff --git a/arch/arm/mach-omap2/include/mach/ctrl_module_wkup_44xx.h b/arch/arm/mach-omap2/ctrl_module_wkup_44xx.h similarity index 100% rename from arch/arm/mach-omap2/include/mach/ctrl_module_wkup_44xx.h rename to arch/arm/mach-omap2/ctrl_module_wkup_44xx.h