summaryrefslogtreecommitdiff
path: root/arch/openrisc
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2016-08-12 22:47:45 (GMT)
committerAl Viro <viro@zeniv.linux.org.uk>2016-09-28 01:15:14 (GMT)
commitdf720ac12fc76d235a1b0d7ebccd14b23085c24e (patch)
tree2c39bc592854e12a226ddd4692c2f2f670f77f41 /arch/openrisc
parent3be7988674ab33565700a37b210f502563d932e6 (diff)
downloadlinux-df720ac12fc76d235a1b0d7ebccd14b23085c24e.tar.xz
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/openrisc')
-rw-r--r--arch/openrisc/include/asm/uaccess.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/openrisc/include/asm/uaccess.h b/arch/openrisc/include/asm/uaccess.h
index 5cc6b4f..140faa1 100644
--- a/arch/openrisc/include/asm/uaccess.h
+++ b/arch/openrisc/include/asm/uaccess.h
@@ -82,10 +82,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);
-extern void sort_exception_table(void);
-
/*
* These are the main single-value transfer routines. They automatically
* use the right size if we just have the right pointer type.