From: Devendra Naga Date: Tue, 10 Jul 2012 05:49:14 +0000 (+0530) Subject: staging/sm7xxfb: use module_pci_driver macro X-Git-Tag: v3.6-rc1~100^2~305 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6345c81b4eb20850ae4078ed3a8ff6eae584283;p=pandora-kernel.git staging/sm7xxfb: 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 the sm7xxfb driver, as the driver does nothing in its _init and _exit functions but the register and unregister. Signed-off-by: Devendra Naga Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed