summaryrefslogtreecommitdiffstats
path: root/arch/parisc/include/asm/sections.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/parisc/include/asm/sections.h')
-rw-r--r--arch/parisc/include/asm/sections.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/parisc/include/asm/sections.h b/arch/parisc/include/asm/sections.h
index ace1d4047a0b..33df42b5cc6d 100644
--- a/arch/parisc/include/asm/sections.h
+++ b/arch/parisc/include/asm/sections.h
@@ -12,13 +12,4 @@ typedef Elf64_Fdesc func_desc_t;
extern char __alt_instructions[], __alt_instructions_end[];
-#ifdef CONFIG_64BIT
-
-#undef dereference_function_descriptor
-void *dereference_function_descriptor(void *);
-
-#undef dereference_kernel_function_descriptor
-void *dereference_kernel_function_descriptor(void *);
-#endif
-
#endif