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-ep93xx | |
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-ep93xx')
-rw-r--r-- | arch/arm/mach-ep93xx/core.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-ep93xx/core.c b/arch/arm/mach-ep93xx/core.c index 70b2c780111..f8f001dd27d 100644 --- a/arch/arm/mach-ep93xx/core.c +++ b/arch/arm/mach-ep93xx/core.c | |||
@@ -21,7 +21,6 @@ | |||
21 | #include <linux/serial.h> | 21 | #include <linux/serial.h> |
22 | #include <linux/tty.h> | 22 | #include <linux/tty.h> |
23 | #include <linux/bitops.h> | 23 | #include <linux/bitops.h> |
24 | #include <linux/serial.h> | ||
25 | #include <linux/serial_8250.h> | 24 | #include <linux/serial_8250.h> |
26 | #include <linux/serial_core.h> | 25 | #include <linux/serial_core.h> |
27 | #include <linux/device.h> | 26 | #include <linux/device.h> |