mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-21 12:04:03 +08:00
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>
This commit is contained in:
parent
f1bc423f56
commit
3b2e6a932e
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user