patch-2.1.33 linux/drivers/block/genhd.c

Next file: linux/drivers/block/xd.h
Previous file: linux/drivers/Makefile
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.32/linux/drivers/block/genhd.c linux/drivers/block/genhd.c
@@ -765,9 +765,15 @@
 void device_setup(void)
 {
 	extern void console_map_init(void);
+#ifdef CONFIG_PNP_PARPORT
+	extern int pnp_parport_init(void);
+#endif
 	struct gendisk *p;
 	int nr=0;
 
+#ifdef CONFIG_PNP_PARPORT
+	pnp_parport_init();
+#endif
 	chr_dev_init();
 	blk_dev_init();
 	sti();

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