diff options
Diffstat (limited to 'arch/openrisc/include/asm/uaccess.h')
-rw-r--r-- | arch/openrisc/include/asm/uaccess.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/openrisc/include/asm/uaccess.h b/arch/openrisc/include/asm/uaccess.h index 5cc6b4f1b795..140faa16685a 100644 --- a/arch/openrisc/include/asm/uaccess.h +++ b/arch/openrisc/include/asm/uaccess.h | |||
@@ -82,10 +82,6 @@ struct exception_table_entry { | |||
82 | unsigned long insn, fixup; | 82 | unsigned long insn, fixup; |
83 | }; | 83 | }; |
84 | 84 | ||
85 | /* Returns 0 if exception not found and fixup otherwise. */ | ||
86 | extern unsigned long search_exception_table(unsigned long); | ||
87 | extern void sort_exception_table(void); | ||
88 | |||
89 | /* | 85 | /* |
90 | * These are the main single-value transfer routines. They automatically | 86 | * These are the main single-value transfer routines. They automatically |
91 | * use the right size if we just have the right pointer type. | 87 | * use the right size if we just have the right pointer type. |