mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 04:31:50 +00:00
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>
This commit is contained in:
parent
3107d57234
commit
6f1bd54ca4
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user