[PATCH 3/3] Some patches for 2.6.15

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