Skip to content

Commit

Permalink
[PATCH] remove asm/serial.h from synclink_gt.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Jan 10, 2006
1 parent c3a9aea commit 1306a48
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/char/synclink_gt.c
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@
#include <linux/workqueue.h>
#include <linux/hdlc.h>

#include <asm/serial.h>
#include <asm/system.h>
#include <asm/io.h>
#include <asm/irq.h>
Expand Down

0 comments on commit 1306a48

Please sign in to comment.