From df720ac12fc76d235a1b0d7ebccd14b23085c24e Mon Sep 17 00:00:00 2001 From: Al Viro Date: Fri, 12 Aug 2016 18:47:45 -0400 Subject: exceptions: detritus removal externs and defines for stuff that is never used Signed-off-by: Al Viro --- include/asm-generic/uaccess.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include/asm-generic') 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 unsigned long insn, fixup; }; -/* Returns 0 if exception not found and fixup otherwise. */ -extern unsigned long search_exception_table(unsigned long); - - /* * architectures with an MMU should override these two */ -- cgit