From: Joe Perches Date: Fri, 13 Dec 2013 18:36:22 +0000 (-0700) Subject: PCI/checkpatch: Deprecate DEFINE_PCI_DEVICE_TABLE X-Git-Tag: v3.14-rc1~132^2~12^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92e112fdbb3cb55b43390426501a7efacd893b96;p=pandora-kernel.git PCI/checkpatch: Deprecate DEFINE_PCI_DEVICE_TABLE Prefer use of the direct definition of struct pci_device_id instead of indirection via macro DEFINE_PCI_DEVICE_TABLE. Update the PCI documentation to deprecate DEFINE_PCI_DEVICE_TABLE. Update checkpatch adding --fix option. Signed-off-by: Joe Perches Signed-off-by: Bjorn Helgaas Reviewed-by: Jingoo Han --- Reading git-diff-tree failed