mirror of
https://github.com/fail0verflow/switch-linux.git
synced 2025-05-04 02:34:21 -04:00
gpio: ucb1400: Add MODULE_ALIAS
This driver can be built as a module now. Add MODULE_ALIAS to support module auto-loading. Signed-off-by: Axel Lin <axel.lin@ingics.com> Reviewed-by: Jean Delvare <jdelvare@suse.de> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
209e64f9ed
commit
41ad730e5d
1 changed files with 1 additions and 0 deletions
|
@ -105,3 +105,4 @@ module_platform_driver(ucb1400_gpio_driver);
|
||||||
|
|
||||||
MODULE_DESCRIPTION("Philips UCB1400 GPIO driver");
|
MODULE_DESCRIPTION("Philips UCB1400 GPIO driver");
|
||||||
MODULE_LICENSE("GPL");
|
MODULE_LICENSE("GPL");
|
||||||
|
MODULE_ALIAS("platform:ucb1400_gpio");
|
||||||
|
|
Loading…
Add table
Reference in a new issue