Export regulator_register_always_on() to allow use in kernel modules
Signed-off-by: Ayush Singh ayushdevel1325@gmail.com --- drivers/regulator/fixed-helper.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/drivers/regulator/fixed-helper.c b/drivers/regulator/fixed-helper.c index 2d5a42b2b3d8..0e9784009c07 100644 --- a/drivers/regulator/fixed-helper.c +++ b/drivers/regulator/fixed-helper.c @@ -59,3 +59,4 @@ struct platform_device *regulator_register_always_on(int id, const char *name,
return &data->pdev; } +EXPORT_SYMBOL_GPL(regulator_register_always_on);