From: Benoit Taine Date: Sat, 26 Jul 2014 22:01:01 +0000 (+0930) Subject: virtio: Replace DEFINE_PCI_DEVICE_TABLE macro use X-Git-Tag: omap-for-v3.17/fixes-against-rc2~92^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cef340e6aa2ac16651f6a49d93551b27a9ee24bb;p=pandora-kernel.git 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 Signed-off-by: Rusty Russell --- Reading git-diff-tree failed