diff options
author | Jiri Slaby <[email protected]> | 2021-03-02 07:21:33 +0100 |
---|---|---|
committer | Bjorn Helgaas <[email protected]> | 2021-03-12 16:08:59 -0600 |
commit | 1bb73841ea7a88765db7f641a90120490f1f4aee (patch) | |
tree | 84a31e598729a6dd4944e552a2c32ff17cc1bd35 | |
parent | 6e5a1fff9096ecd259dedcbbdc812aa90986a40e (diff) |
PCI: Remove MicroGate SyncLink device IDs
The drivers were removed in a1f714b44e34 (tty: Remove redundant synclink
driver) and 3d608a591b2b (tty: Remove redundant synclinkmp driver).
Remove the PCI device ID entries as well.
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jiri Slaby <[email protected]>
Signed-off-by: Bjorn Helgaas <[email protected]>
Reviewed-by: Krzysztof WilczyĆski <[email protected]>
-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 a76ccb697bef..8a18517696c1 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -2065,8 +2065,6 @@ #define PCI_DEVICE_ID_EXAR_XR17V358 0x0358 #define PCI_VENDOR_ID_MICROGATE 0x13c0 -#define PCI_DEVICE_ID_MICROGATE_USC 0x0010 -#define PCI_DEVICE_ID_MICROGATE_SCA 0x0030 #define PCI_VENDOR_ID_3WARE 0x13C1 #define PCI_DEVICE_ID_3WARE_1000 0x1000 |