frv: remove unused declarations of __start___ex_table and __stop___ex_table
[sfrench/cifs-2.6.git] / arch / frv / mm / extable.c
index caacf030ac753f438026d8c642458bba7c07518e..2fb9b3ab57b9d624883fb5dd8d53944b12bb1556 100644 (file)
@@ -2,13 +2,10 @@
  * linux/arch/frv/mm/extable.c
  */
 
-#include <linux/config.h>
 #include <linux/module.h>
 #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;