patch-2.1.44 linux/arch/mips/kernel/vm86.c

Next file: linux/arch/mips/ld.script
Previous file: linux/arch/mips/kernel/unaligned.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.43/linux/arch/mips/kernel/vm86.c linux/arch/mips/kernel/vm86.c
@@ -6,9 +6,8 @@
  */
 #include <linux/linkage.h>
 #include <linux/errno.h>
-#include <linux/vm86.h>
 
-asmlinkage int sys_vm86(struct vm86_struct * v86)
+asmlinkage int sys_vm86(void *v86)
 {
 	return -ENOSYS;
 }

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov