diff options
author | Tony Lindgren <tony@atomide.com> | 2012-09-20 18:41:04 (GMT) |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-09-20 22:02:32 (GMT) |
commit | 98ce572fb3555daf8a029711212ec10e5530ff12 (patch) | |
tree | 8cb1e296c645a96e7929e87fd3a3ba29c9847985 /arch/arm/mach-omap2 | |
parent | e2e02be3a71055be7f9dde5b19ca0bfd72775753 (diff) | |
download | linux-98ce572fb3555daf8a029711212ec10e5530ff12.tar.xz |
ARM: OMAP2+: Make ctrl_module_pad_wkup_44xx.h local
This can be local to mach-omap2.
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2')
-rw-r--r-- | arch/arm/mach-omap2/control.h | 2 | ||||
-rw-r--r-- | arch/arm/mach-omap2/ctrl_module_pad_wkup_44xx.h (renamed from arch/arm/mach-omap2/include/mach/ctrl_module_pad_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 b36123a..dbad6eb 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 <mach/ctrl_module_wkup_44xx.h> #include "ctrl_module_pad_core_44xx.h" -#include <mach/ctrl_module_pad_wkup_44xx.h> +#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 index 17c9b37..17c9b37 100644 --- a/arch/arm/mach-omap2/include/mach/ctrl_module_pad_wkup_44xx.h +++ b/arch/arm/mach-omap2/ctrl_module_pad_wkup_44xx.h |