pch_phub: use module_pci_driver
authorDevendra Naga <develkernel412222@gmail.com>
Sun, 29 Jul 2012 11:23:30 +0000 (17:08 +0545)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 16 Aug 2012 17:09:15 +0000 (10:09 -0700)
commitcfeb28525faa855b7f0bd06a330a6961f4c5127e
tree0fcea37be9f58e6d94cda6e68acd0fd0dea6f92e
parent73ac0e9eafe8d04a3cdb39b7c7c1e3f4154676b5
pch_phub: use module_pci_driver

this driver's pch_phub_pci_init, and pch_phub_pci_exit functions with
the module_init and module_exit calls can be replaced with
module_pci_driver

Signed-off-by: Devendra Naga <develkernel412222@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/pch_phub.c