Skip to content

Commit

Permalink
bcma: pci: remove DEFINE_PCI_DEVICE_TABLE macro
Browse files Browse the repository at this point in the history
Don't use DEFINE_PCI_DEVICE_TABLE macro, because this macro
is not preferred.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
  • Loading branch information
Jingoo Han authored and linvjw committed Dec 9, 2013
1 parent 596c62b commit 342a11e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/bcma/host_pci.c
Expand Up @@ -269,7 +269,7 @@ static SIMPLE_DEV_PM_OPS(bcma_pm_ops, bcma_host_pci_suspend,


#endif /* CONFIG_PM_SLEEP */ #endif /* CONFIG_PM_SLEEP */


static DEFINE_PCI_DEVICE_TABLE(bcma_pci_bridge_tbl) = { static const struct pci_device_id bcma_pci_bridge_tbl[] = {
{ PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x0576) }, { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x0576) },
{ PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4313) }, { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4313) },
{ PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 43224) }, { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 43224) },
Expand Down

0 comments on commit 342a11e

Please sign in to comment.