From cef340e6aa2ac16651f6a49d93551b27a9ee24bb Mon Sep 17 00:00:00 2001 From: Benoit Taine Date: Sun, 27 Jul 2014 07:31:01 +0930 Subject: [PATCH] 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-format-patch failed