diff options
author | Greg Ungerer <gerg@uclinux.org> | 2012-10-15 14:56:09 +1000 |
---|---|---|
committer | Greg Ungerer <gerg@uclinux.org> | 2013-04-29 09:17:58 +1000 |
commit | 0d5340f93cc80418ab49af0fa1387403d0227dd5 (patch) | |
tree | 954c946a91b622ac452db1769934a18f3c35a462 /drivers/tty/serial | |
parent | a4eff487da4e4e55a15da2a8e8769151b1881a95 (diff) |
m68k: remove unused asm/dbg.h
The contents of the m68k asm/dbg.h are never used, remove the file and
remove the one reference to it.
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Diffstat (limited to 'drivers/tty/serial')
-rw-r--r-- | drivers/tty/serial/68328serial.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/tty/serial/68328serial.c b/drivers/tty/serial/68328serial.c index 49399470794..208c411393d 100644 --- a/drivers/tty/serial/68328serial.c +++ b/drivers/tty/serial/68328serial.c @@ -14,7 +14,6 @@ * 2.4/2.5 port David McCullough */ -#include <asm/dbg.h> #include <linux/module.h> #include <linux/errno.h> #include <linux/serial.h> |