This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / arch / um / include / mem_kern.h
index 699d46d..b39f03d 100644 (file)
@@ -11,7 +11,7 @@
 
 struct remapper {
        struct list_head list;
-       int (*proc)(int, unsigned long, int, __u64, int);
+       int (*proc)(int, unsigned long, int, __u64);
 };
 
 extern void register_remapper(struct remapper *info);