diff options
author | Nicolas Pitre <nico@cam.org> | 2005-10-30 15:03:02 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-10-30 17:37:26 -0800 |
commit | c4dd0e4c6336bd17fea38bcad636eafa2941cf9f (patch) | |
tree | 7f763e6e282c2ffb4fd1265478de80ac82e8e4a1 | |
parent | 0b360adbdb54d5b98b78d57ba0916bc4b8871968 (diff) | |
download | linux-3.10-c4dd0e4c6336bd17fea38bcad636eafa2941cf9f.tar.gz linux-3.10-c4dd0e4c6336bd17fea38bcad636eafa2941cf9f.tar.bz2 linux-3.10-c4dd0e4c6336bd17fea38bcad636eafa2941cf9f.zip |
[PATCH] extable: remove needless declaration
They aren't used anywhere in that file.
Signed-off-by: Nicolas Pitre <nico@cam.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-rw-r--r-- | lib/extable.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/extable.c b/lib/extable.c index 3f677a8f0c3..18df57c029d 100644 --- a/lib/extable.c +++ b/lib/extable.c @@ -16,9 +16,6 @@ #include <linux/sort.h> #include <asm/uaccess.h> -extern struct exception_table_entry __start___ex_table[]; -extern struct exception_table_entry __stop___ex_table[]; - #ifndef ARCH_HAS_SORT_EXTABLE /* * The exception table needs to be sorted so that the binary |