From: Tony Lindgren Date: Thu, 20 Sep 2012 18:40:59 +0000 (-0700) Subject: ARM: OMAP2+: Make ctrl_module_core_44xx.h local X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-eth-gw-linux.git/commitdiff_plain/91e80aecff77349312f032cf8792885871fa6477 ARM: OMAP2+: Make ctrl_module_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 c1a5cab0f236..2d25478a3d7f 100644 --- a/arch/arm/mach-omap2/control.h +++ b/arch/arm/mach-omap2/control.h @@ -16,7 +16,7 @@ #ifndef __ARCH_ARM_MACH_OMAP2_CONTROL_H #define __ARCH_ARM_MACH_OMAP2_CONTROL_H -#include +#include "ctrl_module_core_44xx.h" #include #include #include diff --git a/arch/arm/mach-omap2/include/mach/ctrl_module_core_44xx.h b/arch/arm/mach-omap2/ctrl_module_core_44xx.h similarity index 100% rename from arch/arm/mach-omap2/include/mach/ctrl_module_core_44xx.h rename to arch/arm/mach-omap2/ctrl_module_core_44xx.h