Commit 3b2e6a93 authored by Desmond Yan's avatar Desmond Yan Committed by Greg Kroah-Hartman
Browse files

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: default avatarScott Branden <scott.branden@broadcom.com>
Signed-off-by: default avatarDesmond Yan <desmond.yan@broadcom.com>
Link: https://lore.kernel.org/r/20220302025340.25602-1-desmond.yan@broadcom.com


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent f1bc423f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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);