]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - include/linux/compat.h
mm/memory_hotplug: export generic_online_page()
[linux.git] / include / linux / compat.h
index 16dafd9f4b862832c00617f7a75b338fb6c25855..c4c389c7e1b4221db8ed4b987ba34e5023425f6d 100644 (file)
@@ -410,8 +410,6 @@ struct compat_kexec_segment;
 struct compat_mq_attr;
 struct compat_msgbuf;
 
-extern void compat_exit_robust_list(struct task_struct *curr);
-
 #define BITS_PER_COMPAT_LONG    (8*sizeof(compat_long_t))
 
 #define BITS_TO_COMPAT_LONGS(bits) DIV_ROUND_UP(bits, BITS_PER_COMPAT_LONG)