Skip to content

Commit

Permalink
gpio: ucb1400: Add MODULE_ALIAS
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Axel Lin authored and Linus Walleij committed Nov 25, 2013
1 parent 209e64f commit 41ad730
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/gpio/gpio-ucb1400.c
Original file line number Diff line number Diff line change
Expand Up @@ -105,3 +105,4 @@ module_platform_driver(ucb1400_gpio_driver);

MODULE_DESCRIPTION("Philips UCB1400 GPIO driver");
MODULE_LICENSE("GPL");
MODULE_ALIAS("platform:ucb1400_gpio");

0 comments on commit 41ad730

Please sign in to comment.