summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
diff options
context:
space:
mode:
authorGeliang Tang <geliangtang@gmail.com>2016-11-18 22:12:27 +0800
committerLinus Walleij <linus.walleij@linaro.org>2016-11-22 10:14:22 +0100
commit6f1bd54ca49cdd4f98386212c8029e2d5b9f7865 (patch)
tree7f4ccb88732f954deaef432da76eea52df41a2f4 /drivers/gpio
parent3107d572349f3d45b531bff4243dc6f1b630dedc (diff)
downloadop-kernel-dev-6f1bd54ca49cdd4f98386212c8029e2d5b9f7865.zip
op-kernel-dev-6f1bd54ca49cdd4f98386212c8029e2d5b9f7865.tar.gz
gpio: etraxfs: use builtin_platform_driver
Use builtin_platform_driver() helper to simplify the code. Signed-off-by: Geliang Tang <geliangtang@gmail.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio')
-rw-r--r--drivers/gpio/gpio-etraxfs.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/drivers/gpio/gpio-etraxfs.c b/drivers/gpio/gpio-etraxfs.c
index 00b022c..a254d5b 100644
--- a/drivers/gpio/gpio-etraxfs.c
+++ b/drivers/gpio/gpio-etraxfs.c
@@ -471,9 +471,4 @@ static struct platform_driver etraxfs_gpio_driver = {
.probe = etraxfs_gpio_probe,
};
-static int __init etraxfs_gpio_init(void)
-{
- return platform_driver_register(&etraxfs_gpio_driver);
-}
-
-device_initcall(etraxfs_gpio_init);
+builtin_platform_driver(etraxfs_gpio_driver);
OpenPOWER on IntegriCloud