diff options
author | Andrew Morton <akpm@osdl.org> | 2006-01-09 23:51:25 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-10 11:01:23 -0500 |
commit | 1306a482288152ea0ac091c7a8471adc5569e6c8 (patch) | |
tree | e37b45aec6b6574421a83a35edf934960f945d71 /drivers/char/synclink_gt.c | |
parent | c3a9aea7aacb26881f3488b879750edb4a578c50 (diff) |
[PATCH] remove asm/serial.h from synclink_gt.
Not all architectures implement asm/serial.h, and the driver doesn't appear to
need it anyway.
Cc: Paul Fulghum <paulkf@microgate.com>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Russell King <rmk@arm.linux.org.uk>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/char/synclink_gt.c')
-rw-r--r-- | drivers/char/synclink_gt.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/char/synclink_gt.c b/drivers/char/synclink_gt.c index 2b9cde94e2f7..41759cd70a4f 100644 --- a/drivers/char/synclink_gt.c +++ b/drivers/char/synclink_gt.c | |||
@@ -75,7 +75,6 @@ | |||
75 | #include <linux/workqueue.h> | 75 | #include <linux/workqueue.h> |
76 | #include <linux/hdlc.h> | 76 | #include <linux/hdlc.h> |
77 | 77 | ||
78 | #include <asm/serial.h> | ||
79 | #include <asm/system.h> | 78 | #include <asm/system.h> |
80 | #include <asm/io.h> | 79 | #include <asm/io.h> |
81 | #include <asm/irq.h> | 80 | #include <asm/irq.h> |