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

Commit 9288ecad authored by Axel Lin's avatar Axel Lin Committed by Linus Walleij
Browse files

gpio: kempld: Fix autoloading of module



Make the module alias match the platform device name, so gpio-kempld module
should now autoload correctly.

Signed-off-by: default avatarAxel Lin <axel.lin@ingics.com>
Reviewed-by: default avatarGuenter Roeck <linux@roeck-us.net>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 370a4516
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -216,4 +216,4 @@ module_platform_driver(kempld_gpio_driver);
MODULE_DESCRIPTION("KEM PLD GPIO Driver");
MODULE_AUTHOR("Michael Brunner <michael.brunner@kontron.com>");
MODULE_LICENSE("GPL");
MODULE_ALIAS("platform:gpio-kempld");
MODULE_ALIAS("platform:kempld-gpio");