diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2016-08-13 00:47:45 +0200 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2016-09-28 03:15:14 +0200 |
commit | df720ac12fc76d235a1b0d7ebccd14b23085c24e (patch) | |
tree | 2c39bc592854e12a226ddd4692c2f2f670f77f41 /arch/sh/include/asm/uaccess.h | |
parent | Linux 4.8-rc7 (diff) | |
download | linux-df720ac12fc76d235a1b0d7ebccd14b23085c24e.tar.xz linux-df720ac12fc76d235a1b0d7ebccd14b23085c24e.zip |
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/sh/include/asm/uaccess.h')
-rw-r--r-- | arch/sh/include/asm/uaccess.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/sh/include/asm/uaccess.h b/arch/sh/include/asm/uaccess.h index 92ade79ac427..a38d0c7b818f 100644 --- a/arch/sh/include/asm/uaccess.h +++ b/arch/sh/include/asm/uaccess.h @@ -192,8 +192,6 @@ struct exception_table_entry { #endif int fixup_exception(struct pt_regs *regs); -/* Returns 0 if exception not found and fixup.unit otherwise. */ -unsigned long search_exception_table(unsigned long addr); const struct exception_table_entry *search_exception_tables(unsigned long addr); extern void *set_exception_table_vec(unsigned int vec, void *handler); |