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