Re: [PATCH 3/3] regulator: unexport regulator_lock/unlock()

From: Dmitry Osipenko
Date: Sun Sep 06 2020 - 08:00:26 EST


10.08.2020 07:33, Michał Mirosław пишет:
> regulator_lock/unlock() was used only to guard
> regulator_notifier_call_chain(). As no users remain, make the functions
> internal.
>
> Signed-off-by: Michał Mirosław <mirq-linux@xxxxxxxxxxxx>
> ---
> drivers/regulator/core.c | 6 ++----
> include/linux/regulator/driver.h | 3 ---
> 2 files changed, 2 insertions(+), 7 deletions(-)

Reviewed-by: Dmitry Osipenko <digetx@xxxxxxxxx>