Skip to content

Commit

Permalink
misc: bcm-vk: Remove viper from device id table
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Desmond Yan authored and Greg Kroah-Hartman committed Mar 18, 2022
1 parent f1bc423 commit 3b2e6a9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/misc/bcm-vk/bcm_vk_dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 3b2e6a9

Please sign in to comment.