From: Jingoo Han Date: Mon, 2 Dec 2013 23:00:27 +0000 (+0900) Subject: bcma: pci: remove DEFINE_PCI_DEVICE_TABLE macro X-Git-Tag: accepted/tizen/common/20141203.182822~719^2~482^2^2~41 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=342a11e1459bb5a053b60ae248e3b78d4da79395;p=platform%2Fkernel%2Flinux-arm64.git bcma: pci: remove DEFINE_PCI_DEVICE_TABLE macro Don't use DEFINE_PCI_DEVICE_TABLE macro, because this macro is not preferred. Signed-off-by: Jingoo Han Signed-off-by: John W. Linville --- diff --git a/drivers/bcma/host_pci.c b/drivers/bcma/host_pci.c index 12a4ff7..e3333053 100644 --- a/drivers/bcma/host_pci.c +++ b/drivers/bcma/host_pci.c @@ -269,7 +269,7 @@ static SIMPLE_DEV_PM_OPS(bcma_pm_ops, bcma_host_pci_suspend, #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, 0x4313) }, { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 43224) },