diff options
author | Arnd Bergmann <arnd@arndb.de> | 2014-04-15 14:38:32 -0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2015-12-01 15:44:30 -0500 |
commit | b501fd7b1c0f10d3967d3abbd6c9d091b3384999 (patch) | |
tree | 105508f3767a356ef517360fd0e58eb9d34a1e6f /arch/arm/mach-mmp/pxa168.c | |
parent | 8bf42cc8888f1475728104d386fc9306b8ef7e3e (diff) |
ARM: mmp: make all header files local
The mach/*.h headers are now inaccessible to any external code,
so we can move them all into the mach-mmp directory itself
and remove the subdirectories.
A few headers are not used at all, so we remove them here.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-mmp/pxa168.c')
-rw-r--r-- | arch/arm/mach-mmp/pxa168.c | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/arch/arm/mach-mmp/pxa168.c b/arch/arm/mach-mmp/pxa168.c index 7367f4b079e4..0f5f16fb8c66 100644 --- a/arch/arm/mach-mmp/pxa168.c +++ b/arch/arm/mach-mmp/pxa168.c | |||
@@ -16,22 +16,22 @@ | |||
16 | #include <linux/clk/mmp.h> | 16 | #include <linux/clk/mmp.h> |
17 | #include <linux/platform_device.h> | 17 | #include <linux/platform_device.h> |
18 | #include <linux/platform_data/mv_usb.h> | 18 | #include <linux/platform_data/mv_usb.h> |
19 | #include <linux/dma-mapping.h> | ||
19 | 20 | ||
20 | #include <asm/mach/time.h> | 21 | #include <asm/mach/time.h> |
21 | #include <asm/system_misc.h> | 22 | #include <asm/system_misc.h> |
22 | #include <mach/cputype.h> | ||
23 | #include <mach/addr-map.h> | ||
24 | #include <mach/regs-apbc.h> | ||
25 | #include <mach/regs-apmu.h> | ||
26 | #include <mach/irqs.h> | ||
27 | #include <mach/devices.h> | ||
28 | #include <mach/mfp.h> | ||
29 | #include <linux/dma-mapping.h> | ||
30 | #include <mach/pxa168.h> | ||
31 | #include <mach/regs-usb.h> | ||
32 | 23 | ||
33 | #include "common.h" | 24 | #include "addr-map.h" |
34 | #include "clock.h" | 25 | #include "clock.h" |
26 | #include "common.h" | ||
27 | #include "cputype.h" | ||
28 | #include "devices.h" | ||
29 | #include "irqs.h" | ||
30 | #include "mfp.h" | ||
31 | #include "pxa168.h" | ||
32 | #include "regs-apbc.h" | ||
33 | #include "regs-apmu.h" | ||
34 | #include "regs-usb.h" | ||
35 | 35 | ||
36 | #define MFPR_VIRT_BASE (APB_VIRT_BASE + 0x1e000) | 36 | #define MFPR_VIRT_BASE (APB_VIRT_BASE + 0x1e000) |
37 | 37 | ||