Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0d5340f9 authored by Greg Ungerer's avatar Greg Ungerer
Browse files

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: default avatarGreg Ungerer <gerg@uclinux.org>
Acked-by: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
parent a4eff487
Loading
Loading
Loading
Loading

arch/m68k/include/asm/dbg.h

deleted100644 → 0
+0 −6
Original line number Diff line number Diff line
#define DEBUG 1
#ifdef CONFIG_COLDFIRE
#define	BREAK asm volatile ("halt")
#else
#define BREAK *(volatile unsigned char *)0xdeadbee0 = 0
#endif
+0 −1
Original line number Diff line number Diff line
@@ -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>