--- drivers/parport/parport_pc.c~ Wed Feb 14 02:41:01 2001 +++ drivers/parport/parport_pc.c Thu Mar 1 00:54:19 2001 @@ -11,6 +11,7 @@ * Cleaned up include files - Russell King * DMA support - Bert De Jonghe * Many ECP bugs fixed. Fred Barnes & Jamie Lokier, 1999 + * More PCI support now conditional on CONFIG_PCI, 03/2001, Paul G. */ /* This driver should work with any hardware that is broadly compatible @@ -2182,6 +2183,7 @@ } +#ifdef CONFIG_PCI /* Via support maintained by Jeff Garzik */ static int __devinit sio_via_686a_probe (struct pci_dev *pdev) { @@ -2547,7 +2549,6 @@ static int __init parport_pc_init_superio (void) { -#ifdef CONFIG_PCI const struct pci_device_id *id; struct pci_dev *pdev; @@ -2558,10 +2559,13 @@ return parport_pc_superio_info[id->driver_data].probe (pdev); } -#endif /* CONFIG_PCI */ return 0; /* zero devices found */ } +#else +static struct pci_driver parport_pc_pci_driver; +static int __init parport_pc_init_superio(void) {return 0;} +#endif /* CONFIG_PCI */ /* This is called by parport_pc_find_nonpci_ports (in asm/parport.h) */ static int __init __attribute__((unused))