From: Bartosz Golaszewski <[email protected]> Define a MODULE_ALIAS() in the charger 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/power/supply/max77650-charger.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/power/supply/max77650-charger.c b/drivers/power/supply/max77650-charger.c index e34714cb05ec..5f9477c5cf5a 100644 --- a/drivers/power/supply/max77650-charger.c +++ b/drivers/power/supply/max77650-charger.c @@ -366,3 +366,4 @@ module_platform_driver(max77650_charger_driver); MODULE_DESCRIPTION("MAXIM 77650/77651 charger driver"); MODULE_AUTHOR("Bartosz Golaszewski <[email protected]>"); MODULE_LICENSE("GPL v2"); +MODULE_ALIAS("platform:max77650-charger"); -- 2.21.0

