From: Benoit Taine Date: Mon, 19 May 2014 16:24:26 +0000 (+0200) Subject: staging: rts5208: Use pci_device_id rather than DEFINE_PCI_DEVICE_TABLE X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~36^2~347 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf5269574013772050a91ace0a137d33f1f4e4d5;p=pandora-kernel.git staging: rts5208: Use pci_device_id rather than DEFINE_PCI_DEVICE_TABLE This patch enhances kernel style usage for the rts5208 driver. 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: Greg Kroah-Hartman --- Reading git-diff-tree failed