virtio: Replace DEFINE_PCI_DEVICE_TABLE macro use
authorBenoit Taine <benoit.taine@lip6.fr>
Sat, 26 Jul 2014 22:01:01 +0000 (07:31 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Sun, 27 Jul 2014 11:37:15 +0000 (21:07 +0930)
commitcef340e6aa2ac16651f6a49d93551b27a9ee24bb
treea58c5040bbd865f024ef9b9162c78c9a80a30d9e
parent5885e48e4412e75be5495fe889cec6762b165197
virtio: Replace 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.

Signed-off-by: Benoit Taine <benoit.taine@lip6.fr>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
drivers/virtio/virtio_pci.c