From: Bartosz Golaszewski Date: Thu, 4 Jul 2019 23:12:54 +0000 (-0700) Subject: Input: max77650-onkey - add MODULE_ALIAS() X-Git-Tag: v5.3-rc1~102^2^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=904e782b07df1c685fdc8c4fc8d62e1d61f9ee32;p=thirdparty%2Fkernel%2Flinux.git 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 Signed-off-by: Dmitry Torokhov --- diff --git a/drivers/input/misc/max77650-onkey.c b/drivers/input/misc/max77650-onkey.c index fbf6caab72179..4d875f2ac13d6 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 "); MODULE_LICENSE("GPL v2"); +MODULE_ALIAS("platform:max77650-onkey");