From 7426d29ea1564c147d8401fb42d6f3d127db6bdd Mon Sep 17 00:00:00 2001 From: Benoit Taine Date: Fri, 18 Jul 2014 17:27:12 +0200 Subject: [PATCH] ipack: 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 Acked-by: Samuel Iglesias Gonsalvez Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed