From: Frank Mori Hess Date: Thu, 6 Sep 2001 21:43:24 +0000 (+0000) Subject: fix to get pci drivers to compile on 2.2 kernel X-Git-Tag: r0_7_61~112 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=bd05c2b16030da344e4cdadfc674dfd36f4036e6;p=comedi.git fix to get pci drivers to compile on 2.2 kernel --- diff --git a/include/linux/pci.h b/include/linux/pci.h index 233fccd6..27ac793b 100644 --- a/include/linux/pci.h +++ b/include/linux/pci.h @@ -23,6 +23,7 @@ #define pci_enable_device(x) 0 #define PCI_ANY_ID (~0) +#define __devinitdata struct pci_device_id { unsigned int vendor, device;