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