undid addition of PCI_VENDOR_ID_ICP, since it was already added to comedidev.h
authorFrank Mori Hess <fmhess@speakeasy.net>
Mon, 25 Feb 2002 21:48:34 +0000 (21:48 +0000)
committerFrank Mori Hess <fmhess@speakeasy.net>
Mon, 25 Feb 2002 21:48:34 +0000 (21:48 +0000)
Not sure why I had this problem in the first place, must have had a problem with
cvs update

include/linux/pci.h

index 19a04bae0fe7c5bb0c4134e8e82ca8d11f15a1fe..fafb5fb67968b673e6a5623df7ed0c323a4e446f 100644 (file)
@@ -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;