- From: Ian Abbott <abbotti_at_mev.co.uk>
- Date: Wed, 11 Jan 2006 13:44:48 +0000
Received on 2006-01-11Z13:44:48
The 2.6.15 kernel has some clean-ups in include/linux/pci_ids.h which resulted in the removal of the macro PCI_VENDOR_ID_AMCC. This causes Comedi's adl_pci9118 driver to fail to compile. The attached patch fixes it by defining the macro in comedi/drivers/adl_pci9118.c if it is not already defined. (An alternative would be to create a include/linux/pci_ids.h compatibility header.)
Received on 2006-01-11Z13:44:48