diff options
author | Desmond Yan <[email protected]> | 2022-03-01 18:53:40 -0800 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2022-03-18 13:53:40 +0100 |
commit | 3b2e6a932eade9625fb6388c970004ae866601ee (patch) | |
tree | 665a9a0f0694a6b2e7ad6c644533d658257b1b0b | |
parent | f1bc423f56306b24fb15bc4a1612ef6c6ee24603 (diff) |
misc: bcm-vk: Remove viper from device id table
As bcm_vk driver is not the production driver for viper, remove
its pci device id from table.
Acked-by: Scott Branden <[email protected]>
Signed-off-by: Desmond Yan <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r-- | drivers/misc/bcm-vk/bcm_vk_dev.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/misc/bcm-vk/bcm_vk_dev.c b/drivers/misc/bcm-vk/bcm_vk_dev.c index ad639ee85b2a..a16b99bdaa13 100644 --- a/drivers/misc/bcm-vk/bcm_vk_dev.c +++ b/drivers/misc/bcm-vk/bcm_vk_dev.c @@ -1633,7 +1633,6 @@ static void bcm_vk_shutdown(struct pci_dev *pdev) static const struct pci_device_id bcm_vk_ids[] = { { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, PCI_DEVICE_ID_VALKYRIE), }, - { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, PCI_DEVICE_ID_VIPER), }, { } }; MODULE_DEVICE_TABLE(pci, bcm_vk_ids); |