diff options
Diffstat (limited to 'arch/arm/mach-sa1100')
-rw-r--r-- | arch/arm/mach-sa1100/h3100.c | 17 | ||||
-rw-r--r-- | arch/arm/mach-sa1100/h3600.c | 17 | ||||
-rw-r--r-- | arch/arm/mach-sa1100/h3xxx.c | 17 |
3 files changed, 2 insertions, 49 deletions
diff --git a/arch/arm/mach-sa1100/h3100.c b/arch/arm/mach-sa1100/h3100.c index 303bcd10ecfa..793e68c29948 100644 --- a/arch/arm/mach-sa1100/h3100.c +++ b/arch/arm/mach-sa1100/h3100.c | |||
@@ -10,30 +10,13 @@ | |||
10 | * | 10 | * |
11 | */ | 11 | */ |
12 | 12 | ||
13 | #include <linux/module.h> | ||
14 | #include <linux/init.h> | 13 | #include <linux/init.h> |
15 | #include <linux/kernel.h> | 14 | #include <linux/kernel.h> |
16 | #include <linux/tty.h> | ||
17 | #include <linux/pm.h> | ||
18 | #include <linux/device.h> | ||
19 | #include <linux/mfd/htc-egpio.h> | ||
20 | #include <linux/mtd/mtd.h> | ||
21 | #include <linux/mtd/partitions.h> | ||
22 | #include <linux/serial_core.h> | ||
23 | #include <linux/gpio.h> | 15 | #include <linux/gpio.h> |
24 | #include <linux/platform_device.h> | ||
25 | 16 | ||
26 | #include <asm/irq.h> | ||
27 | #include <mach/hardware.h> | ||
28 | #include <asm/mach-types.h> | 17 | #include <asm/mach-types.h> |
29 | #include <asm/setup.h> | ||
30 | |||
31 | #include <asm/mach/irq.h> | ||
32 | #include <asm/mach/arch.h> | 18 | #include <asm/mach/arch.h> |
33 | #include <asm/mach/flash.h> | ||
34 | #include <asm/mach/irda.h> | 19 | #include <asm/mach/irda.h> |
35 | #include <asm/mach/map.h> | ||
36 | #include <asm/mach/serial_sa1100.h> | ||
37 | 20 | ||
38 | #include <mach/h3xxx.h> | 21 | #include <mach/h3xxx.h> |
39 | 22 | ||
diff --git a/arch/arm/mach-sa1100/h3600.c b/arch/arm/mach-sa1100/h3600.c index 25f189b4d7ac..47587cce0000 100644 --- a/arch/arm/mach-sa1100/h3600.c +++ b/arch/arm/mach-sa1100/h3600.c | |||
@@ -10,30 +10,13 @@ | |||
10 | * | 10 | * |
11 | */ | 11 | */ |
12 | 12 | ||
13 | #include <linux/module.h> | ||
14 | #include <linux/init.h> | 13 | #include <linux/init.h> |
15 | #include <linux/kernel.h> | 14 | #include <linux/kernel.h> |
16 | #include <linux/tty.h> | ||
17 | #include <linux/pm.h> | ||
18 | #include <linux/device.h> | ||
19 | #include <linux/mfd/htc-egpio.h> | ||
20 | #include <linux/mtd/mtd.h> | ||
21 | #include <linux/mtd/partitions.h> | ||
22 | #include <linux/serial_core.h> | ||
23 | #include <linux/gpio.h> | 15 | #include <linux/gpio.h> |
24 | #include <linux/platform_device.h> | ||
25 | 16 | ||
26 | #include <asm/irq.h> | ||
27 | #include <mach/hardware.h> | ||
28 | #include <asm/mach-types.h> | 17 | #include <asm/mach-types.h> |
29 | #include <asm/setup.h> | ||
30 | |||
31 | #include <asm/mach/irq.h> | ||
32 | #include <asm/mach/arch.h> | 18 | #include <asm/mach/arch.h> |
33 | #include <asm/mach/flash.h> | ||
34 | #include <asm/mach/irda.h> | 19 | #include <asm/mach/irda.h> |
35 | #include <asm/mach/map.h> | ||
36 | #include <asm/mach/serial_sa1100.h> | ||
37 | 20 | ||
38 | #include <mach/h3xxx.h> | 21 | #include <mach/h3xxx.h> |
39 | 22 | ||
diff --git a/arch/arm/mach-sa1100/h3xxx.c b/arch/arm/mach-sa1100/h3xxx.c index 08bb266e6dfd..c054c6494693 100644 --- a/arch/arm/mach-sa1100/h3xxx.c +++ b/arch/arm/mach-sa1100/h3xxx.c | |||
@@ -10,28 +10,15 @@ | |||
10 | * | 10 | * |
11 | */ | 11 | */ |
12 | 12 | ||
13 | #include <linux/module.h> | ||
14 | #include <linux/init.h> | ||
15 | #include <linux/kernel.h> | 13 | #include <linux/kernel.h> |
16 | #include <linux/tty.h> | 14 | #include <linux/gpio.h> |
17 | #include <linux/pm.h> | ||
18 | #include <linux/device.h> | ||
19 | #include <linux/mfd/htc-egpio.h> | 15 | #include <linux/mfd/htc-egpio.h> |
20 | #include <linux/mtd/mtd.h> | 16 | #include <linux/mtd/mtd.h> |
21 | #include <linux/mtd/partitions.h> | 17 | #include <linux/mtd/partitions.h> |
22 | #include <linux/serial_core.h> | ||
23 | #include <linux/gpio.h> | ||
24 | #include <linux/platform_device.h> | 18 | #include <linux/platform_device.h> |
19 | #include <linux/serial_core.h> | ||
25 | 20 | ||
26 | #include <asm/irq.h> | ||
27 | #include <mach/hardware.h> | ||
28 | #include <asm/mach-types.h> | ||
29 | #include <asm/setup.h> | ||
30 | |||
31 | #include <asm/mach/irq.h> | ||
32 | #include <asm/mach/arch.h> | ||
33 | #include <asm/mach/flash.h> | 21 | #include <asm/mach/flash.h> |
34 | #include <asm/mach/irda.h> | ||
35 | #include <asm/mach/map.h> | 22 | #include <asm/mach/map.h> |
36 | #include <asm/mach/serial_sa1100.h> | 23 | #include <asm/mach/serial_sa1100.h> |
37 | 24 | ||