patch-2.3.30 linux/drivers/char/mem.c

Next file: linux/drivers/char/pc110pad.c
Previous file: linux/drivers/char/lp.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.29/linux/drivers/char/mem.c linux/drivers/char/mem.c
@@ -56,9 +56,6 @@
 #ifdef CONFIG_USB
 extern void usb_init(void);
 #endif
-#ifdef CONFIG_PPDEV
-extern int pp_init(void);
-#endif
      
 static ssize_t do_write_mem(struct file * file, void *p, unsigned long realp,
 			    const char * buf, size_t count, loff_t *ppos)
@@ -675,9 +672,6 @@
 #endif
 #ifdef CONFIG_VIDEO_DEV
 	videodev_init();
-#endif
-#ifdef CONFIG_PPDEV
-	pp_init();
 #endif
 	return 0;
 }

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