forked from luck/tmp_suning_uos_patched
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>
This commit is contained in:
parent
a4eff487da
commit
0d5340f93c
@ -1,6 +0,0 @@
|
||||
#define DEBUG 1
|
||||
#ifdef CONFIG_COLDFIRE
|
||||
#define BREAK asm volatile ("halt")
|
||||
#else
|
||||
#define BREAK *(volatile unsigned char *)0xdeadbee0 = 0
|
||||
#endif
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user