linux/drivers/net/wireless/rtlwifi
Benoit Taine 9baa3c34ac PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use
We should prefer `struct pci_device_id` over `DEFINE_PCI_DEVICE_TABLE` to
meet kernel coding style guidelines.  This issue was reported by checkpatch.

A simplified version of the semantic patch that makes this change is as
follows (http://coccinelle.lip6.fr/):

// <smpl>

@@
identifier i;
declarer name DEFINE_PCI_DEVICE_TABLE;
initializer z;
@@

- DEFINE_PCI_DEVICE_TABLE(i)
+ const struct pci_device_id i[]
= z;

// </smpl>

[bhelgaas: add semantic patch]
Signed-off-by: Benoit Taine <benoit.taine@lip6.fr>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
2014-08-12 12:15:14 -06:00
..
btcoexist
rtl8188ee PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use 2014-08-12 12:15:14 -06:00
rtl8192c
rtl8192ce PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use 2014-08-12 12:15:14 -06:00
rtl8192cu
rtl8192de
rtl8192se rtlwifi: rtl8192se: remove unnecessary break after return 2014-07-20 21:29:50 -07:00
rtl8723ae rtlwifi: rtl8723ae: remove unnecessary break after return 2014-07-20 21:29:50 -07:00
rtl8723be PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use 2014-08-12 12:15:14 -06:00
rtl8723com
base.c
base.h
cam.c
cam.h
core.c rtlwifi: remove unnecessary break after return 2014-07-20 21:29:50 -07:00
core.h
debug.c
debug.h
efuse.c
efuse.h
Kconfig
Makefile
pci.c rtlwifi: use pci_zalloc_consistent 2014-08-08 15:57:29 -07:00
pci.h
ps.c
ps.h
rc.c
rc.h
regd.c
regd.h
stats.c
stats.h
usb.c
usb.h
wifi.h