diff options
author | Lucas Woods <woodzy@gmail.com> | 2007-11-21 17:51:51 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-01-26 09:50:07 -0500 |
commit | 1d7d4f54b1337bf64605dc9cb3c540f67843be39 (patch) | |
tree | 10216ec656aafd6515e0ed0d41bb1f276d08a380 /arch/arm/mach-ixp23xx/espresso.c | |
parent | ddf4e42c6a109392851d8843e2699bffd3c476bf (diff) |
[ARM] remove duplicate includes
Signed-off-by: Lucas Woods <woodzy@gmail.com>
Acked-by: Lennert Buytenhek <buytenh@wantstofly.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-ixp23xx/espresso.c')
-rw-r--r-- | arch/arm/mach-ixp23xx/espresso.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-ixp23xx/espresso.c b/arch/arm/mach-ixp23xx/espresso.c index 7a85ced56718..d3a779a7a35f 100644 --- a/arch/arm/mach-ixp23xx/espresso.c +++ b/arch/arm/mach-ixp23xx/espresso.c | |||
@@ -19,7 +19,6 @@ | |||
19 | #include <linux/tty.h> | 19 | #include <linux/tty.h> |
20 | #include <linux/bitops.h> | 20 | #include <linux/bitops.h> |
21 | #include <linux/ioport.h> | 21 | #include <linux/ioport.h> |
22 | #include <linux/serial.h> | ||
23 | #include <linux/serial_8250.h> | 22 | #include <linux/serial_8250.h> |
24 | #include <linux/serial_core.h> | 23 | #include <linux/serial_core.h> |
25 | #include <linux/device.h> | 24 | #include <linux/device.h> |
@@ -40,7 +39,6 @@ | |||
40 | #include <asm/mach/map.h> | 39 | #include <asm/mach/map.h> |
41 | #include <asm/mach/irq.h> | 40 | #include <asm/mach/irq.h> |
42 | #include <asm/mach/arch.h> | 41 | #include <asm/mach/arch.h> |
43 | #include <asm/mach/irq.h> | ||
44 | #include <asm/mach/pci.h> | 42 | #include <asm/mach/pci.h> |
45 | 43 | ||
46 | static int __init espresso_pci_init(void) | 44 | static int __init espresso_pci_init(void) |