diff options
author | Axel Lin <axel.lin@ingics.com> | 2014-02-04 09:39:15 (GMT) |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2014-02-05 10:04:20 (GMT) |
commit | 21708c991eaea76080a9700117181c0d467af9fc (patch) | |
tree | 36a03af735b198c82b0b234c63d003419bdc5f0b /drivers/gpio/gpio-clps711x.c | |
parent | 6f587c9f7bbb50a2dc5ad7bdc43392cf608e0857 (diff) | |
download | linux-21708c991eaea76080a9700117181c0d467af9fc.tar.xz |
gpio: clps711x: Add module alias to support module auto loading
commit 55fe14ab872a "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: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio/gpio-clps711x.c')
-rw-r--r-- | drivers/gpio/gpio-clps711x.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpio/gpio-clps711x.c b/drivers/gpio/gpio-clps711x.c index d355027..3c2ba2ad 100644 --- a/drivers/gpio/gpio-clps711x.c +++ b/drivers/gpio/gpio-clps711x.c @@ -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"); |