diff options
author | Tony Lindgren <tony@atomide.com> | 2012-09-20 14:41:06 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-09-20 18:02:33 -0400 |
commit | 829ce5906f6c714293d2f62165abecc24c61eba9 (patch) | |
tree | 4fa72f538c77f92b689f1a55520e86ba67bda178 /arch | |
parent | 98ce572fb3555daf8a029711212ec10e5530ff12 (diff) |
ARM: OMAP2+: Make ctrl_module_wkup_44xx.h local
This can be local to mach-omap2.
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-omap2/control.h | 2 | ||||
-rw-r--r-- | arch/arm/mach-omap2/ctrl_module_wkup_44xx.h (renamed from arch/arm/mach-omap2/include/mach/ctrl_module_wkup_44xx.h) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/control.h b/arch/arm/mach-omap2/control.h index dbad6eb58314..123186ac7d2e 100644 --- a/arch/arm/mach-omap2/control.h +++ b/arch/arm/mach-omap2/control.h | |||
@@ -17,7 +17,7 @@ | |||
17 | #define __ARCH_ARM_MACH_OMAP2_CONTROL_H | 17 | #define __ARCH_ARM_MACH_OMAP2_CONTROL_H |
18 | 18 | ||
19 | #include "ctrl_module_core_44xx.h" | 19 | #include "ctrl_module_core_44xx.h" |
20 | #include <mach/ctrl_module_wkup_44xx.h> | 20 | #include "ctrl_module_wkup_44xx.h" |
21 | #include "ctrl_module_pad_core_44xx.h" | 21 | #include "ctrl_module_pad_core_44xx.h" |
22 | #include "ctrl_module_pad_wkup_44xx.h" | 22 | #include "ctrl_module_pad_wkup_44xx.h" |
23 | 23 | ||
diff --git a/arch/arm/mach-omap2/include/mach/ctrl_module_wkup_44xx.h b/arch/arm/mach-omap2/ctrl_module_wkup_44xx.h index a0af9baec3f7..a0af9baec3f7 100644 --- a/arch/arm/mach-omap2/include/mach/ctrl_module_wkup_44xx.h +++ b/arch/arm/mach-omap2/ctrl_module_wkup_44xx.h | |||