summaryrefslogtreecommitdiffstats
path: root/drivers/mfd/lpc_ich.c
diff options
context:
space:
mode:
authorLibo Chen <libo.chen@huawei.com>2013-05-27 10:28:56 +0800
committerSamuel Ortiz <sameo@linux.intel.com>2013-06-18 09:41:13 +0200
commitb4d0fe9c906deb00ad0b1690817f96aff21aee29 (patch)
tree02f42b66b5e52274ac2282c9ff38f4546e3c70b4 /drivers/mfd/lpc_ich.c
parent2d3aa0569cc111b7567cb082c2f8ab32e2245e49 (diff)
downloadop-kernel-dev-b4d0fe9c906deb00ad0b1690817f96aff21aee29.zip
op-kernel-dev-b4d0fe9c906deb00ad0b1690817f96aff21aee29.tar.gz
mfd: lpc_ich: Convert to module_pci_driver
use module_pci_driver instead of init/exit, make code cleaner. Signed-off-by: Libo Chen <libo.chen@huawei.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/mfd/lpc_ich.c')
-rw-r--r--drivers/mfd/lpc_ich.c13
1 files changed, 1 insertions, 12 deletions
diff --git a/drivers/mfd/lpc_ich.c b/drivers/mfd/lpc_ich.c
index 330cd44..9682bee 100644
--- a/drivers/mfd/lpc_ich.c
+++ b/drivers/mfd/lpc_ich.c
@@ -983,18 +983,7 @@ static struct pci_driver lpc_ich_driver = {
.remove = lpc_ich_remove,
};
-static int __init lpc_ich_init(void)
-{
- return pci_register_driver(&lpc_ich_driver);
-}
-
-static void __exit lpc_ich_exit(void)
-{
- pci_unregister_driver(&lpc_ich_driver);
-}
-
-module_init(lpc_ich_init);
-module_exit(lpc_ich_exit);
+module_pci_driver(lpc_ich_driver);
MODULE_AUTHOR("Aaron Sierra <asierra@xes-inc.com>");
MODULE_DESCRIPTION("LPC interface for Intel ICH");
OpenPOWER on IntegriCloud