fedora core 6 1.2949 + vserver 2.2.0
[linux-2.6.git] / arch / sh64 / mm / extable.c
index 802eff8..a2e6e05 100644 (file)
  *
  * Cloned from the 2.5 SH version..
  */
-#include <linux/config.h>
 #include <linux/rwsem.h>
 #include <linux/module.h>
 #include <asm/uaccess.h>
 
-extern unsigned long copy_user_memcpy, copy_user_memcpy_end, __copy_user_fixup;
+extern unsigned long copy_user_memcpy, copy_user_memcpy_end;
+extern void __copy_user_fixup(void);
 
 static const struct exception_table_entry __copy_user_fixup_ex = {
        .fixup = (unsigned long)&__copy_user_fixup,