projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
596c62b
)
bcma: pci: remove DEFINE_PCI_DEVICE_TABLE macro
author
Jingoo Han
<jg1.han@samsung.com>
Mon, 2 Dec 2013 23:00:27 +0000
(08:00 +0900)
committer
John W. Linville
<linville@tuxdriver.com>
Mon, 9 Dec 2013 20:35:27 +0000
(15:35 -0500)
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>
drivers/bcma/host_pci.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/bcma/host_pci.c
b/drivers/bcma/host_pci.c
index 12a4ff7513595d5b9a567d11267c625d4d9a67e0..e333305363aa0491b9ce7fef3473e1a2cbbf1e07 100644
(file)
--- 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) },