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

2020-09-06 Thread Dmitry Osipenko
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 > --- > drivers/regulator/core.c | 6 ++ >

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

2020-08-09 Thread 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 --- drivers/regulator/core.c | 6 ++ include/linux/regulator/driver.h | 3 --- 2 files changed, 2 insertions(+), 7