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
|
@ -105,3 +105,4 @@ module_platform_driver(ucb1400_gpio_driver);
|
|||
|
||||
MODULE_DESCRIPTION("Philips UCB1400 GPIO driver");
|
||||
MODULE_LICENSE("GPL");
|
||||
MODULE_ALIAS("platform:ucb1400_gpio");
|
||||
|
|
Loading…
Reference in New Issue