From: Tony Lindgren Date: Thu, 20 Sep 2012 18:41:01 +0000 (-0700) Subject: ARM: OMAP2+: Make ctrl_module_pad_core_44xx.h local X-Git-Url: http://git.mmlx.us/?a=commitdiff_plain;h=e2e02be3a71055be7f9dde5b19ca0bfd72775753;p=linux-edison.git ARM: OMAP2+: Make ctrl_module_pad_core_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 2d25478a3d7..b36123ae2fb 100644 --- a/arch/arm/mach-omap2/control.h +++ b/arch/arm/mach-omap2/control.h @@ -18,7 +18,7 @@ #include "ctrl_module_core_44xx.h" #include -#include +#include "ctrl_module_pad_core_44xx.h" #include #include "am33xx.h" diff --git a/arch/arm/mach-omap2/include/mach/ctrl_module_pad_core_44xx.h b/arch/arm/mach-omap2/ctrl_module_pad_core_44xx.h similarity index 100% rename from arch/arm/mach-omap2/include/mach/ctrl_module_pad_core_44xx.h rename to arch/arm/mach-omap2/ctrl_module_pad_core_44xx.h