regulator: bd718x7: Add MODULE_ALIAS()
This fixes device probing when built as a module Signed-off-by: Guido Günther <agx@sigxcpu.org> Link: https://lore.kernel.org/r/46ce3400e227dd88d51486c02a6152c9ec52acbb.1569875042.git.agx@sigxcpu.org Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
Родитель
182a1d8bc4
Коммит
95bddd8bbf
|
@ -1293,3 +1293,4 @@ module_platform_driver(bd718xx_regulator);
|
|||
MODULE_AUTHOR("Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com>");
|
||||
MODULE_DESCRIPTION("BD71837/BD71847 voltage regulator driver");
|
||||
MODULE_LICENSE("GPL");
|
||||
MODULE_ALIAS("platform:bd718xx-pmic");
|
||||
|
|
Загрузка…
Ссылка в новой задаче