summaryrefslogtreecommitdiff
path: root/ANDROID_3.4.5/arch/sparc/include/asm/kdebug.h
diff options
context:
space:
mode:
Diffstat (limited to 'ANDROID_3.4.5/arch/sparc/include/asm/kdebug.h')
-rw-r--r--ANDROID_3.4.5/arch/sparc/include/asm/kdebug.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/ANDROID_3.4.5/arch/sparc/include/asm/kdebug.h b/ANDROID_3.4.5/arch/sparc/include/asm/kdebug.h
deleted file mode 100644
index 8d12581c..00000000
--- a/ANDROID_3.4.5/arch/sparc/include/asm/kdebug.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#ifndef ___ASM_SPARC_KDEBUG_H
-#define ___ASM_SPARC_KDEBUG_H
-#if defined(__sparc__) && defined(__arch64__)
-#include <asm/kdebug_64.h>
-#else
-#include <asm/kdebug_32.h>
-#endif
-#endif