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-Url: http://git.mmlx.us/?a=commitdiff_plain;h=98ce572fb3555daf8a029711212ec10e5530ff12;p=linux-edison.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 b36123ae2fb..dbad6eb5831 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