aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-max77650.c
diff options
context:
space:
mode:
authorBartosz Golaszewski <bgolaszewski@baylibre.com>2019-07-03 10:46:01 +0200
committerLinus Walleij <linus.walleij@linaro.org>2019-07-29 00:03:52 +0200
commita299726da44fd679ce805aa80d7d6b559bac9874 (patch)
tree89b4cb95191f9b410f990009ab26e12c09a93aeb /drivers/gpio/gpio-max77650.c
parentgpio: of: Break out OF-only code (diff)
downloadlinux-dev-a299726da44fd679ce805aa80d7d6b559bac9874.tar.xz
linux-dev-a299726da44fd679ce805aa80d7d6b559bac9874.zip
gpio: max77650: add MODULE_ALIAS()
Define a MODULE_ALIAS() in the gpio sub-driver for max77650 so that the appropriate module gets loaded together with the core mfd driver. Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Link: https://lore.kernel.org/r/20190703084601.9276-1-brgl@bgdev.pl Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio/gpio-max77650.c')
-rw-r--r--drivers/gpio/gpio-max77650.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpio/gpio-max77650.c b/drivers/gpio/gpio-max77650.c
index 3f03f4e8956c..3075f2513c6f 100644
--- a/drivers/gpio/gpio-max77650.c
+++ b/drivers/gpio/gpio-max77650.c
@@ -188,3 +188,4 @@ module_platform_driver(max77650_gpio_driver);
MODULE_DESCRIPTION("MAXIM 77650/77651 GPIO driver");
MODULE_AUTHOR("Bartosz Golaszewski <bgolaszewski@baylibre.com>");
MODULE_LICENSE("GPL v2");
+MODULE_ALIAS("platform:max77650-gpio");