diff options
author | Arnd Bergmann <arnd@arndb.de> | 2015-01-30 12:45:33 +0300 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2015-12-01 23:52:51 +0300 |
commit | 1d8f3c499b887ad6387ca02396d1947812406db6 (patch) | |
tree | 48add792a12ecdd6ebfa004d513e3a0afd9f0a4d /arch/arm/mach-w90x900/cpu.c | |
parent | c11fc3491c566b7a47766c93f1baab1ac0d7de6a (diff) | |
download | linux-1d8f3c499b887ad6387ca02396d1947812406db6.tar.xz |
ARM: w90x900: make headers more local
Some header files are never included outside of a mach-w90x900
directory and do not need to be made visible in include/mach,
so let's just move them all down one level.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-w90x900/cpu.c')
-rw-r--r-- | arch/arm/mach-w90x900/cpu.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-w90x900/cpu.c b/arch/arm/mach-w90x900/cpu.c index 213230ee57d1..ca763251ffe0 100644 --- a/arch/arm/mach-w90x900/cpu.c +++ b/arch/arm/mach-w90x900/cpu.c @@ -33,8 +33,8 @@ #include <mach/hardware.h> #include <mach/regs-serial.h> #include <mach/regs-clock.h> -#include <mach/regs-ebi.h> -#include <mach/regs-timer.h> +#include "regs-ebi.h" +#include "regs-timer.h" #include "cpu.h" #include "clock.h" |