diff options
author | Dmitry Artamonow <mad_soft@inbox.ru> | 2009-11-27 06:12:25 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2009-12-06 11:52:57 -0500 |
commit | 4aa9755580650c7135c154bd4276411739e8fb60 (patch) | |
tree | fce081a8d2149390f747d57961e452e0c40e7658 /arch/arm/mach-sa1100/h3600.c | |
parent | 6e23fcb3bdee99468ff16d050b63a0c7fe103992 (diff) |
ARM: 5822/1: SA1100: h3100/h3600: clean up #includes
After a code reorganization and following split, there's some #includes
now unused. Clean them up and sort remaining alphabetticaly where possible.
Compile tested.
Signed-off-by: Dmitry Artamonow <mad_soft@inbox.ru>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-sa1100/h3600.c')
-rw-r--r-- | arch/arm/mach-sa1100/h3600.c | 17 |
1 files changed, 0 insertions, 17 deletions
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 | ||