patch-2.4.20 linux-2.4.20/arch/parisc/hpux/ioctl.c

Next file: linux-2.4.20/arch/parisc/hpux/sys_hpux.c
Previous file: linux-2.4.20/arch/parisc/hpux/gate.S
Back to the patch index
Back to the overall index

diff -urN linux-2.4.19/arch/parisc/hpux/ioctl.c linux-2.4.20/arch/parisc/hpux/ioctl.c
@@ -19,6 +19,7 @@
  *   TIOCSPGRP
  */
 
+#include <linux/sched.h>
 #include <linux/smp_lock.h>
 #include <asm/errno.h>
 #include <asm/ioctl.h>
@@ -54,10 +55,6 @@
 	case 't':
 		result = hpux_ioctl_t(fd, cmd, arg);
 		break;
-	default:
-		/* If my mother ever sees this, I hope she disowns me.
-		 * Take this out after NYLWE. */
-		result = sys_ioctl(fd, cmd, arg);
 	}
 	return result;
 }

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)