summary refs log tree commit diff
path: root/arch/xtensa
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2016-08-12 18:47:45 -0400
committerAl Viro <viro@zeniv.linux.org.uk>2016-09-27 21:15:14 -0400
commitdf720ac12fc76d235a1b0d7ebccd14b23085c24e (patch)
tree2c39bc592854e12a226ddd4692c2f2f670f77f41 /arch/xtensa
parent3be7988674ab33565700a37b210f502563d932e6 (diff)
downloadlinux-df720ac12fc76d235a1b0d7ebccd14b23085c24e.tar.gz
exceptions: detritus removal
externs and defines for stuff that is never used

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/xtensa')
-rw-r--r--arch/xtensa/include/asm/uaccess.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/xtensa/include/asm/uaccess.h b/arch/xtensa/include/asm/uaccess.h
index 147b26ed9c91..de72ba558d8d 100644
--- a/arch/xtensa/include/asm/uaccess.h
+++ b/arch/xtensa/include/asm/uaccess.h
@@ -495,16 +495,5 @@ struct exception_table_entry
 	unsigned long insn, fixup;
 };
 
-/* Returns 0 if exception not found and fixup.unit otherwise.  */
-
-extern unsigned long search_exception_table(unsigned long addr);
-extern void sort_exception_table(void);
-
-/* Returns the new pc */
-#define fixup_exception(map_reg, fixup_unit, pc)                \
-({                                                              \
-	fixup_unit;                                             \
-})
-
 #endif	/* __ASSEMBLY__ */
 #endif	/* _XTENSA_UACCESS_H */