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

Commit 21708c99 authored by Axel Lin's avatar Axel Lin Committed by Linus Walleij
Browse files

gpio: clps711x: Add module alias to support module auto loading



commit 55fe14ab "GPIO: clps711x: Rewrite driver for using generic GPIO code"
allows this driver to be built as a module.
Thus add module alias to support module auto loading.

Signed-off-by: default avatarAxel Lin <axel.lin@ingics.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 6f587c9f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -97,3 +97,4 @@ module_platform_driver(clps711x_gpio_driver);
MODULE_LICENSE("GPL");
MODULE_AUTHOR("Alexander Shiyan <shc_work@mail.ru>");
MODULE_DESCRIPTION("CLPS711X GPIO driver");
MODULE_ALIAS("platform:clps711x-gpio");