Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <scott.branden@broadcom.com>
Signed-off-by: Desmond Yan <desmond.yan@broadcom.com>
Link: https://lore.kernel.org/r/20220302025340.25602-1-desmond.yan@broadcom.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Desmond Yan and committed by
Greg Kroah-Hartman
3b2e6a93 f1bc423f

-1
-1
drivers/misc/bcm-vk/bcm_vk_dev.c
··· 1633 1633 1634 1634 static const struct pci_device_id bcm_vk_ids[] = { 1635 1635 { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, PCI_DEVICE_ID_VALKYRIE), }, 1636 - { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, PCI_DEVICE_ID_VIPER), }, 1637 1636 { } 1638 1637 }; 1639 1638 MODULE_DEVICE_TABLE(pci, bcm_vk_ids);