]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
drivers/mfd/lpc_ich.c: convert to module_pci_driver
authorLibo Chen <clbchenlibo.chen@huawei.com>
Fri, 7 Jun 2013 00:07:21 +0000 (10:07 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Fri, 7 Jun 2013 05:41:55 +0000 (15:41 +1000)
Signed-off-by: Libo Chen <libo.chen@huawei.com>
Cc: Peter Tyser <ptyser@xes-inc.com>
Cc: Samuel Ortiz <sameo@linux.intel.com>
Cc: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
drivers/mfd/lpc_ich.c

index 330cd44771beca7a112b8e268767ab1d8f02a446..9682bee80d53fd6e53cd30232ba2d3d82a2a8927 100644 (file)
@@ -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");