summaryrefslogtreecommitdiff
path: root/ANDROID_3.4.5/arch/parisc/include/asm/sections.h
diff options
context:
space:
mode:
Diffstat (limited to 'ANDROID_3.4.5/arch/parisc/include/asm/sections.h')
-rw-r--r--ANDROID_3.4.5/arch/parisc/include/asm/sections.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/ANDROID_3.4.5/arch/parisc/include/asm/sections.h b/ANDROID_3.4.5/arch/parisc/include/asm/sections.h
deleted file mode 100644
index 9d13c350..00000000
--- a/ANDROID_3.4.5/arch/parisc/include/asm/sections.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef _PARISC_SECTIONS_H
-#define _PARISC_SECTIONS_H
-
-/* nothing to see, move along */
-#include <asm-generic/sections.h>
-
-#ifdef CONFIG_64BIT
-#undef dereference_function_descriptor
-void *dereference_function_descriptor(void *);
-#endif
-
-#endif