From: Devendra Naga Date: Sun, 8 Jul 2012 05:57:57 +0000 (+0000) Subject: r6040: use module_pci_driver macro X-Git-Tag: v3.6-rc1~125^2~257 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36efc94b1d09e75fc18b400b0fba8220f967fb44;p=pandora-kernel.git r6040: use module_pci_driver macro as the manual of module_pci_driver says that it can be used when the init and exit functions of the module does nothing but the pci_register_driver and pci_unregister_driver. use it for rdc's r6040 driver, as the init and exit paths does as above, and also this reduces a little amount of code. Signed-off-by: Devendra Naga Acked-by: Florian Fainelli Signed-off-by: David S. Miller --- Reading git-diff-tree failed