From 6ffe7eb0990abc567a9128bfd1a96647d25e3de4 Mon Sep 17 00:00:00 2001 From: Frank Mori Hess Date: Mon, 25 Feb 2002 21:48:34 +0000 Subject: [PATCH] undid addition of PCI_VENDOR_ID_ICP, since it was already added to comedidev.h Not sure why I had this problem in the first place, must have had a problem with cvs update --- include/linux/pci.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/linux/pci.h b/include/linux/pci.h index 19a04bae..fafb5fb6 100644 --- a/include/linux/pci.h +++ b/include/linux/pci.h @@ -23,9 +23,6 @@ #define pci_enable_device(x) 0 #define PCI_ANY_ID (~0) -#ifndef PCI_VENDOR_ID_ICP -#define PCI_VENDOR_ID_ICP 0x104c -#endif struct pci_device_id { unsigned int vendor, device; -- 2.26.2