Commit 6608224c authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

Staging: comedi: remove another vendor id

This id was already in the drivers, so just use it there
instead of in a common header file.
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 59af888d
...@@ -109,7 +109,6 @@ ...@@ -109,7 +109,6 @@
COMEDI_MODULE_MACROS \ COMEDI_MODULE_MACROS \
COMEDI_PCI_INITCLEANUP_NOMODULE(comedi_driver, pci_id_table) COMEDI_PCI_INITCLEANUP_NOMODULE(comedi_driver, pci_id_table)
#define PCI_VENDOR_ID_AMPLICON 0x14dc
#define PCI_VENDOR_ID_ADLINK 0x144a #define PCI_VENDOR_ID_ADLINK 0x144a
#define PCI_VENDOR_ID_ICP 0x104c #define PCI_VENDOR_ID_ICP 0x104c
#define PCI_VENDOR_ID_CONTEC 0x1221 #define PCI_VENDOR_ID_CONTEC 0x1221
......
...@@ -218,7 +218,7 @@ order they appear in the channel list. ...@@ -218,7 +218,7 @@ order they appear in the channel list.
#define DIO200_DRIVER_NAME "amplc_dio200" #define DIO200_DRIVER_NAME "amplc_dio200"
/* PCI IDs */ /* PCI IDs */
/* #define PCI_VENDOR_ID_AMPLICON 0x14dc */ #define PCI_VENDOR_ID_AMPLICON 0x14dc
#define PCI_DEVICE_ID_AMPLICON_PCI272 0x000a #define PCI_DEVICE_ID_AMPLICON_PCI272 0x000a
#define PCI_DEVICE_ID_AMPLICON_PCI215 0x000b #define PCI_DEVICE_ID_AMPLICON_PCI215 0x000b
#define PCI_DEVICE_ID_INVALID 0xffff #define PCI_DEVICE_ID_INVALID 0xffff
......
...@@ -118,7 +118,7 @@ Passing a zero for an option is the same as leaving it unspecified. ...@@ -118,7 +118,7 @@ Passing a zero for an option is the same as leaving it unspecified.
/* /*
* PCI IDs. * PCI IDs.
*/ */
/* #define PCI_VENDOR_ID_AMPLICON 0x14dc */ #define PCI_VENDOR_ID_AMPLICON 0x14dc
#define PCI_DEVICE_ID_AMPLICON_PCI224 0x0007 #define PCI_DEVICE_ID_AMPLICON_PCI224 0x0007
#define PCI_DEVICE_ID_AMPLICON_PCI234 0x0008 #define PCI_DEVICE_ID_AMPLICON_PCI234 0x0008
#define PCI_DEVICE_ID_INVALID 0xffff #define PCI_DEVICE_ID_INVALID 0xffff
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment