diff options
Diffstat (limited to 'lib/extable.c')
-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 3f677a8f0c3c..18df57c029df 100644 --- a/lib/extable.c +++ b/lib/extable.c | |||
@@ -16,9 +16,6 @@ | |||
16 | #include <linux/sort.h> | 16 | #include <linux/sort.h> |
17 | #include <asm/uaccess.h> | 17 | #include <asm/uaccess.h> |
18 | 18 | ||
19 | extern struct exception_table_entry __start___ex_table[]; | ||
20 | extern struct exception_table_entry __stop___ex_table[]; | ||
21 | |||
22 | #ifndef ARCH_HAS_SORT_EXTABLE | 19 | #ifndef ARCH_HAS_SORT_EXTABLE |
23 | /* | 20 | /* |
24 | * The exception table needs to be sorted so that the binary | 21 | * The exception table needs to be sorted so that the binary |