diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2016-08-12 18:47:45 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2016-09-27 21:15:14 -0400 |
commit | df720ac12fc76d235a1b0d7ebccd14b23085c24e (patch) | |
tree | 2c39bc592854e12a226ddd4692c2f2f670f77f41 /include/asm-generic/uaccess.h | |
parent | 3be7988674ab33565700a37b210f502563d932e6 (diff) | |
download | linux-stable-df720ac12fc76d235a1b0d7ebccd14b23085c24e.tar.gz linux-stable-df720ac12fc76d235a1b0d7ebccd14b23085c24e.tar.bz2 linux-stable-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 'include/asm-generic/uaccess.h')
-rw-r--r-- | include/asm-generic/uaccess.h | 4 |
1 files changed, 0 insertions, 4 deletions
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 */ |