diff options
author | Jakub Kicinski <jakub.kicinski@netronome.com> | 2018-08-14 17:14:30 -0700 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2018-09-17 16:35:13 -0500 |
commit | 1ccce46c5e8b8a0d2606fb8bb72bff069ffdc3ab (patch) | |
tree | 20718880acbf6a489c2d6fff5a3ea4f8f9cbae96 /include/linux/pci_ids.h | |
parent | 7876320f88802b22d4e2daf7eb027dd14175a0f8 (diff) | |
download | linux-stable-1ccce46c5e8b8a0d2606fb8bb72bff069ffdc3ab.tar.gz linux-stable-1ccce46c5e8b8a0d2606fb8bb72bff069ffdc3ab.tar.bz2 linux-stable-1ccce46c5e8b8a0d2606fb8bb72bff069ffdc3ab.zip |
PCI: Remove unused NFP32xx IDs
Defines for NFP32xx are no longer used anywhere, remove them.
Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Diffstat (limited to 'include/linux/pci_ids.h')
-rw-r--r-- | include/linux/pci_ids.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index d157983b84cf..f4e278493f5b 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -2539,8 +2539,6 @@ #define PCI_VENDOR_ID_HUAWEI 0x19e5 #define PCI_VENDOR_ID_NETRONOME 0x19ee -#define PCI_DEVICE_ID_NETRONOME_NFP3200 0x3200 -#define PCI_DEVICE_ID_NETRONOME_NFP3240 0x3240 #define PCI_DEVICE_ID_NETRONOME_NFP4000 0x4000 #define PCI_DEVICE_ID_NETRONOME_NFP5000 0x5000 #define PCI_DEVICE_ID_NETRONOME_NFP6000 0x6000 |