diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2014-10-13 15:55:39 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-10-14 02:18:28 +0200 |
commit | bd6aa7e51aea1bf58c4a917630dae31def11bd2d (patch) | |
tree | 1a258d65cab432a11d9dd24257579b32a09489fe /arch/frv/mm | |
parent | 9919e39a17381058dd0cdef2f78dbf5619e26474 (diff) |
frv: remove unused declarations of __start___ex_table and __stop___ex_table
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Acked-by: David Howells <dhowells@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/frv/mm')
-rw-r--r-- | arch/frv/mm/extable.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/frv/mm/extable.c b/arch/frv/mm/extable.c index 6aea124f574..2fb9b3ab57b 100644 --- a/arch/frv/mm/extable.c +++ b/arch/frv/mm/extable.c @@ -6,8 +6,6 @@ #include <linux/spinlock.h> #include <asm/uaccess.h> -extern const struct exception_table_entry __attribute__((aligned(8))) __start___ex_table[]; -extern const struct exception_table_entry __attribute__((aligned(8))) __stop___ex_table[]; extern const void __memset_end, __memset_user_error_lr, __memset_user_error_handler; extern const void __memcpy_end, __memcpy_user_error_lr, __memcpy_user_error_handler; extern spinlock_t modlist_lock; |