From: Frank Mori Hess Date: Wed, 19 Sep 2001 19:25:49 +0000 (+0000) Subject: took out line that belonged in init.h, added include for definition of pci_alloc_cons... X-Git-Tag: r0_7_61~68 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3edf27b4711366e433ba4f70e37cc3f4fbdc302a;p=comedi.git took out line that belonged in init.h, added include for definition of pci_alloc_consistent() used by older kernels --- diff --git a/include/linux/pci.h b/include/linux/pci.h index f685854a..095d1166 100644 --- a/include/linux/pci.h +++ b/include/linux/pci.h @@ -23,7 +23,6 @@ #define pci_enable_device(x) 0 #define PCI_ANY_ID (~0) -#define __devinitdata __initdata struct pci_device_id { unsigned int vendor, device; @@ -34,6 +33,7 @@ struct pci_device_id { // stuff for allocating pci dma buffers #include +#include #define PCI_DMA_FROMDEVICE 0 #define PCI_DMA_TODEVICE 0 static inline void *pci_alloc_consistent(struct pci_dev *hwdev, size_t size,