From: Devendra Naga Date: Tue, 10 Jul 2012 05:45:26 +0000 (-0300) Subject: [media] staging/media/solo6x10: use module_pci_driver macro X-Git-Tag: v3.6-rc1~28^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1f093ac6807a264100b24b1a4939cff6e35c144;p=pandora-kernel.git [media] staging/media/solo6x10: use module_pci_driver macro the driver duplicates the module_pci_driver code, how? module_pci_driver is used for those drivers whose init and exit paths does only register and unregister to pci API and nothing else. so use the module_pci_driver macro instead Signed-off-by: Devendra Naga Acked-by: Ismael Luceno Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed