aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input
diff options
context:
space:
mode:
authorBartosz Golaszewski <bgolaszewski@baylibre.com>2019-07-04 16:12:54 -0700
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2019-07-05 10:18:07 -0700
commit904e782b07df1c685fdc8c4fc8d62e1d61f9ee32 (patch)
tree4527f3eb4849b10d9455a34dceb798d7b64bc34e /drivers/input
parentInput: atmel_mxt_ts - fix -Wunused-const-variable (diff)
downloadlinux-dev-904e782b07df1c685fdc8c4fc8d62e1d61f9ee32.tar.xz
linux-dev-904e782b07df1c685fdc8c4fc8d62e1d61f9ee32.zip
Input: max77650-onkey - add MODULE_ALIAS()
Define a MODULE_ALIAS() in the input 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> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input')
-rw-r--r--drivers/input/misc/max77650-onkey.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/misc/max77650-onkey.c b/drivers/input/misc/max77650-onkey.c
index fbf6caab7217..4d875f2ac13d 100644
--- a/drivers/input/misc/max77650-onkey.c
+++ b/drivers/input/misc/max77650-onkey.c
@@ -119,3 +119,4 @@ module_platform_driver(max77650_onkey_driver);
MODULE_DESCRIPTION("MAXIM 77650/77651 ONKEY driver");
MODULE_AUTHOR("Bartosz Golaszewski <bgolaszewski@baylibre.com>");
MODULE_LICENSE("GPL v2");
+MODULE_ALIAS("platform:max77650-onkey");