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)
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

Simple merge