diff options
Diffstat (limited to 'include/asm-generic/uaccess.h')
-rw-r--r-- | include/asm-generic/uaccess.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/asm-generic/uaccess.h b/include/asm-generic/uaccess.h index 6df9b0749671..cc6bb319e464 100644 --- a/include/asm-generic/uaccess.h +++ b/include/asm-generic/uaccess.h | |||
@@ -69,10 +69,6 @@ struct exception_table_entry | |||
69 | unsigned long insn, fixup; | 69 | unsigned long insn, fixup; |
70 | }; | 70 | }; |
71 | 71 | ||
72 | /* Returns 0 if exception not found and fixup otherwise. */ | ||
73 | extern unsigned long search_exception_table(unsigned long); | ||
74 | |||
75 | |||
76 | /* | 72 | /* |
77 | * architectures with an MMU should override these two | 73 | * architectures with an MMU should override these two |
78 | */ | 74 | */ |