patch-2.1.49 linux/drivers/misc/parport_pc.c

Next file: linux/drivers/net/8390.c
Previous file: linux/drivers/isdn/isdn_ppp.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.48/linux/drivers/misc/parport_pc.c linux/drivers/misc/parport_pc.c
@@ -44,10 +44,12 @@
 	return;
 }
 
+#if 0
 static void pc_write_epp(struct parport *p, unsigned int d)
 {
 	outb(d, p->base+EPPREG);
 }
+#endif
 
 static unsigned int pc_read_epp(struct parport *p)
 {
@@ -320,6 +322,7 @@
 		return dma;
 }
 
+#if 0
 /* Only called if port supports ECP mode.
  *
  * The only restriction on DMA channels is that it has to be
@@ -385,6 +388,8 @@
 	
 	return retv;
 }
+#endif
+
 /******************************************************
  *  MODE detection section:
  */

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