diff options
author | Axel Lin <axel.lin@ingics.com> | 2014-02-04 17:39:15 +0800 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2014-02-05 11:04:20 +0100 |
commit | 21708c991eaea76080a9700117181c0d467af9fc (patch) | |
tree | 36a03af735b198c82b0b234c63d003419bdc5f0b | |
parent | 6f587c9f7bbb50a2dc5ad7bdc43392cf608e0857 (diff) |
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>
-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 d3550274b8f..3c2ba2ad0ad 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"); |