--- drivers/scsi/BusLogic.c.orig Mon Jul 10 21:34:57 2000 +++ drivers/scsi/BusLogic.c Mon Jul 10 21:35:36 2000 @@ -1022,7 +1022,9 @@ { unsigned char Bus = PCI_Device->bus->number; unsigned char Device = PCI_Device->devfn >> 3; +#ifndef CONFIG_SCSI_OMIT_FLASHPOINT unsigned int IRQ_Channel = PCI_Device->irq; +#endif unsigned long BaseAddress0 = pci_resource_start(PCI_Device, 0); unsigned long BaseAddress1 = pci_resource_start(PCI_Device, 1); BusLogic_IO_Address_T IO_Address = BaseAddress0;