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
..
2014-06-23 13:24:22 +01:00
2014-05-09 12:55:49 +03:00
2014-06-23 13:24:22 +01:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-05-23 13:44:25 +03:00
2014-04-17 08:10:19 +03:00
2014-07-01 13:32:30 +03:00
2014-04-30 13:57:29 +03:00
2014-06-24 10:54:41 +03:00
2014-06-23 13:24:22 +01:00
2014-05-16 11:56:12 +03:00
2014-08-08 18:09:33 -07:00
2014-06-23 13:24:22 +01:00
2014-04-17 08:10:19 +03:00
2014-07-01 13:32:31 +03:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-06-24 10:55:13 +03:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-06-27 10:15:22 +02:00
2014-08-04 09:31:35 +03:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-05-26 22:41:24 +02:00
2014-04-17 08:10:19 +03:00
2014-08-08 18:09:33 -07:00
2014-07-30 14:10:39 +02:00
2014-07-30 14:10:39 +02:00
2014-07-30 14:11:18 +02:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-05-19 16:03:57 +03:00
2014-04-17 08:10:19 +03:00
2014-07-01 13:18:38 +03:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-07-04 11:04:45 +03:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-07-01 13:32:31 +03:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-07-10 16:48:48 -06:00
2014-04-17 08:10:19 +03:00
2014-05-23 13:51:10 +03:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-04-30 11:24:40 +03:00
2014-04-17 08:10:19 +03:00
2014-05-23 13:47:31 +03:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-08-12 12:15:14 -06:00
2014-04-17 08:10:19 +03:00
2014-08-12 12:15:14 -06:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-08-08 18:09:33 -07:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-08-08 18:09:33 -07:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-05-16 11:58:39 +03:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-06-16 19:45:45 +10:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-04-30 14:02:15 +03:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-08-10 21:31:58 -07:00
2014-04-17 08:10:19 +03:00
2014-07-13 07:35:15 +09:00
2014-05-23 13:47:31 +03:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-05-14 10:53:54 +09:30
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-06-26 14:40:07 +03:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-04-30 11:24:40 +03:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00