From: Bartosz Golaszewski <[email protected]>

Define a MODULE_ALIAS() in the LED sub-driver for max77650 so that
the appropriate module gets loaded together with the core mfd driver.

Signed-off-by: Bartosz Golaszewski <[email protected]>
---
 drivers/leds/leds-max77650.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/leds/leds-max77650.c b/drivers/leds/leds-max77650.c
index 6b74ce9cac12..70166cd3816c 100644
--- a/drivers/leds/leds-max77650.c
+++ b/drivers/leds/leds-max77650.c
@@ -145,3 +145,4 @@ module_platform_driver(max77650_led_driver);
 MODULE_DESCRIPTION("MAXIM 77650/77651 LED driver");
 MODULE_AUTHOR("Bartosz Golaszewski <[email protected]>");
 MODULE_LICENSE("GPL v2");
+MODULE_ALIAS("platform:max77650-led");
-- 
2.21.0

Reply via email to