From: Alan B. <al...@ms...> - 2000-12-07 16:01:01
|
hi, > > #ifdef CONFIG_PCI > > static int ncr53c8xx_pci_init(Scsi_Host_Template *tpnt, > > uchar bus, uchar device_fn, ncr_device *device); > > #else > > static int ncr53c770_init(Scsi_Host_Template *tpnt, unsigned long base, > > unsigned int irq, ncr_device *device); > > #endif > > This doesn't make sense to me. I guess the 53c8xx code could just be removed > from the 53c770 code? yes, you dont need the if/else at all, just the static int ncr53c_blahblah line alan |