gpio: mb86s7x: 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>
This commit is contained in:
Родитель
6f1bd54ca4
Коммит
d65aa4b67b
|
@ -217,8 +217,4 @@ static struct platform_driver mb86s70_gpio_driver = {
|
||||||
.remove = mb86s70_gpio_remove,
|
.remove = mb86s70_gpio_remove,
|
||||||
};
|
};
|
||||||
|
|
||||||
static int __init mb86s70_gpio_init(void)
|
builtin_platform_driver(mb86s70_gpio_driver);
|
||||||
{
|
|
||||||
return platform_driver_register(&mb86s70_gpio_driver);
|
|
||||||
}
|
|
||||||
device_initcall(mb86s70_gpio_init);
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче