Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d65aa4b6 authored by Geliang Tang's avatar Geliang Tang Committed by Linus Walleij
Browse files

gpio: mb86s7x: use builtin_platform_driver



Use builtin_platform_driver() helper to simplify the code.

Signed-off-by: default avatarGeliang Tang <geliangtang@gmail.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 6f1bd54c
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -217,8 +217,4 @@ static struct platform_driver mb86s70_gpio_driver = {
	.remove = mb86s70_gpio_remove,
};

static int __init mb86s70_gpio_init(void)
{
	return platform_driver_register(&mb86s70_gpio_driver);
}
device_initcall(mb86s70_gpio_init);
builtin_platform_driver(mb86s70_gpio_driver);