diff options
author | Greg Ungerer <gerg@uclinux.org> | 2012-10-15 00:56:09 -0400 |
---|---|---|
committer | Greg Ungerer <gerg@uclinux.org> | 2013-04-28 19:17:58 -0400 |
commit | 0d5340f93cc80418ab49af0fa1387403d0227dd5 (patch) | |
tree | 954c946a91b622ac452db1769934a18f3c35a462 /arch/m68k/include | |
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 'arch/m68k/include')
-rw-r--r-- | arch/m68k/include/asm/dbg.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/m68k/include/asm/dbg.h b/arch/m68k/include/asm/dbg.h deleted file mode 100644 index 27af3270f671..000000000000 --- a/arch/m68k/include/asm/dbg.h +++ /dev/null | |||
@@ -1,6 +0,0 @@ | |||
1 | #define DEBUG 1 | ||
2 | #ifdef CONFIG_COLDFIRE | ||
3 | #define BREAK asm volatile ("halt") | ||
4 | #else | ||
5 | #define BREAK *(volatile unsigned char *)0xdeadbee0 = 0 | ||
6 | #endif | ||