]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
m68k: remove unused asm/dbg.h
authorGreg Ungerer <gerg@uclinux.org>
Mon, 15 Oct 2012 04:56:09 +0000 (14:56 +1000)
committerGreg Ungerer <gerg@uclinux.org>
Sun, 28 Apr 2013 23:17:58 +0000 (09:17 +1000)
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>
arch/m68k/include/asm/dbg.h [deleted file]
drivers/tty/serial/68328serial.c

diff --git a/arch/m68k/include/asm/dbg.h b/arch/m68k/include/asm/dbg.h
deleted file mode 100644 (file)
index 27af327..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-#define DEBUG 1
-#ifdef CONFIG_COLDFIRE
-#define        BREAK asm volatile ("halt")
-#else
-#define BREAK *(volatile unsigned char *)0xdeadbee0 = 0
-#endif
index 49399470794d642b96a78d1dc537c60bbb49339c..208c411393d89eb658e1365d448262a15dfc4215 100644 (file)
@@ -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>