Thread (29 messages) 29 messages, 3 authors, 2014-09-24

[RTF] [PATCH 12/26] gpio: tps65910: use platform based module init

From: <hidden>
Date: 2014-09-09 10:30:16
Subsystem: gpio subsystem, the rest · Maintainers: Linus Walleij, Bartosz Golaszewski, Linus Torvalds

From: Kamlakant Patel <redacted>

Convert *_initcall based probing of GPIO drivers to regular
module_init based probe.

Signed-off-by: Kamlakant Patel <redacted>
---
 drivers/gpio/gpio-tps65910.c | 13 +------------
 1 file changed, 1 insertion(+), 12 deletions(-)
diff --git a/drivers/gpio/gpio-tps65910.c b/drivers/gpio/gpio-tps65910.c
index 88f1f5f..a5e6665 100644
--- a/drivers/gpio/gpio-tps65910.c
+++ b/drivers/gpio/gpio-tps65910.c
@@ -200,18 +200,7 @@ static struct platform_driver tps65910_gpio_driver = {
 	.probe		= tps65910_gpio_probe,
 	.remove		= tps65910_gpio_remove,
 };
-
-static int __init tps65910_gpio_init(void)
-{
-	return platform_driver_register(&tps65910_gpio_driver);
-}
-subsys_initcall(tps65910_gpio_init);
-
-static void __exit tps65910_gpio_exit(void)
-{
-	platform_driver_unregister(&tps65910_gpio_driver);
-}
-module_exit(tps65910_gpio_exit);
+module_platform_driver(tps65910_gpio_driver);
 
 MODULE_AUTHOR("Graeme Gregory <gg@slimlogic.co.uk>");
 MODULE_AUTHOR("Jorge Eduardo Candelaria jedu@slimlogic.co.uk>");
-- 
1.9.1
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help