aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
authorIan Abbott <abbotti@mev.co.uk>2013-07-16 11:14:41 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-07-26 19:10:53 -0400
commitfee8bf4b74e37bfeb8998a349cb788680eb3f634 (patch)
tree0685041df0d996c4f654a9423da0183603c1b2ad /include/linux
parent57c1f0e93428f37c7220ab33fa47177576eb9d44 (diff)
pci_ids.h: remove PCI_VENDOR_ID_ADDIDATA_OLD and PCI_DEVICE_ID_ADDIDATA_APCI7800
These two defines are no longer used. They were only used by the PCI serial driver "8250_pci" to support the original ADDI-DATA APCI-7800 card. In that driver, PCI_VENDOR_ID_ADDIDATA_OLD has been replaced with PCI_VENDOR_ID_AMCC which has the same value (0x10e8), and PCI_DEVICE_ID_ADDIDATA_APCI7800 has been replaced with a local #define PCI_DEVICE_ID_AMCC_ADDIDATA_APCI7800 with the same value (0x818e). Signed-off-by: Ian Abbott <abbotti@mev.co.uk> Acked-by: Bjorn Helgaas <bhelgaas@google.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/pci_ids.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h
index 9d9911926598..6dec3d6abe0b 100644
--- a/include/linux/pci_ids.h
+++ b/include/linux/pci_ids.h
@@ -2258,12 +2258,10 @@
2258/* 2258/*
2259 * ADDI-DATA GmbH communication cards <info@addi-data.com> 2259 * ADDI-DATA GmbH communication cards <info@addi-data.com>
2260 */ 2260 */
2261#define PCI_VENDOR_ID_ADDIDATA_OLD 0x10E8 /* actually AMCC */
2262#define PCI_VENDOR_ID_ADDIDATA 0x15B8 2261#define PCI_VENDOR_ID_ADDIDATA 0x15B8
2263#define PCI_DEVICE_ID_ADDIDATA_APCI7500 0x7000 2262#define PCI_DEVICE_ID_ADDIDATA_APCI7500 0x7000
2264#define PCI_DEVICE_ID_ADDIDATA_APCI7420 0x7001 2263#define PCI_DEVICE_ID_ADDIDATA_APCI7420 0x7001
2265#define PCI_DEVICE_ID_ADDIDATA_APCI7300 0x7002 2264#define PCI_DEVICE_ID_ADDIDATA_APCI7300 0x7002
2266#define PCI_DEVICE_ID_ADDIDATA_APCI7800 0x818E
2267#define PCI_DEVICE_ID_ADDIDATA_APCI7500_2 0x7009 2265#define PCI_DEVICE_ID_ADDIDATA_APCI7500_2 0x7009
2268#define PCI_DEVICE_ID_ADDIDATA_APCI7420_2 0x700A 2266#define PCI_DEVICE_ID_ADDIDATA_APCI7420_2 0x700A
2269#define PCI_DEVICE_ID_ADDIDATA_APCI7300_2 0x700B 2267#define PCI_DEVICE_ID_ADDIDATA_APCI7300_2 0x700B