Browse Source

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>
Greg Ungerer 12 years ago
parent
commit
0d5340f93c
2 changed files with 0 additions and 7 deletions
  1. 0 6
      arch/m68k/include/asm/dbg.h
  2. 0 1
      drivers/tty/serial/68328serial.c

+ 0 - 6
arch/m68k/include/asm/dbg.h

@@ -1,6 +0,0 @@
-#define DEBUG 1
-#ifdef CONFIG_COLDFIRE
-#define	BREAK asm volatile ("halt")
-#else
-#define BREAK *(volatile unsigned char *)0xdeadbee0 = 0
-#endif

+ 0 - 1
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>