patch-2.1.77 linux/drivers/sound/uart6850.c

Next file: linux/drivers/sound/v_midi.c
Previous file: linux/drivers/sound/uart401.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.76/linux/drivers/sound/uart6850.c linux/drivers/sound/uart6850.c
@@ -1,6 +1,3 @@
-
-
-
 /*
  * sound/uart6850.c
  */
@@ -226,12 +223,6 @@
 	return 0;
 }
 
-static int
-uart6850_ioctl(int dev, unsigned cmd, caddr_t arg)
-{
-	return -EINVAL;
-}
-
 static void
 uart6850_kick(int dev)
 {
@@ -256,7 +247,7 @@
 	{0},
 	uart6850_open,
 	uart6850_close,
-	uart6850_ioctl,
+	NULL, /* ioctl */
 	uart6850_out,
 	uart6850_start_read,
 	uart6850_end_read,

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