From 1333eb785614779b2000e547bd32aef85c22ca7a Mon Sep 17 00:00:00 2001 From: Al Viro Date: Sun, 25 Dec 2016 20:27:33 -0500 Subject: sparc32: kill __ret_efault() it's unused on 32bit one as well... Signed-off-by: Al Viro --- arch/sparc/include/asm/uaccess_32.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'arch/sparc/include') diff --git a/arch/sparc/include/asm/uaccess_32.h b/arch/sparc/include/asm/uaccess_32.h index a59a1e81986d..93910845733a 100644 --- a/arch/sparc/include/asm/uaccess_32.h +++ b/arch/sparc/include/asm/uaccess_32.h @@ -71,8 +71,6 @@ struct exception_table_entry /* Returns 0 if exception not found and fixup otherwise. */ unsigned long search_extables_range(unsigned long addr, unsigned long *g2); -void __ret_efault(void); - /* Uh, these should become the main single-value transfer routines.. * They automatically use the right size if we just have the right * pointer type.. -- cgit v1.2.3