vserver 2.0 rc7
[linux-2.6.git] / arch / sh64 / mm / extable.c
index 802eff8..9da50e2 100644 (file)
@@ -15,7 +15,8 @@
 #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,