Re: [PATCH] mfd: Remove .enable() and .disable() callbacks

From: Arnd Bergmann
Date: Thu Jan 26 2023 - 10:34:29 EST


On Thu, Jan 26, 2023, at 16:24, Uwe Kleine-König wrote:
> With commit dd77f5fa97d3 ("mfd: Remove toshiba tmio drivers") the last
> mfd driver that makes use of these callbacks is gone. The corresponding
> functions mfd_cell_enable() and mfd_cell_disable() are also unused
> (apart from the leds-asic3 driver that cannot be enabled any more after
> the above mentioned remove and will/should be deleted, too).
>
> Signed-off-by: Uwe Kleine-König <u.kleine-koenig@xxxxxxxxxxxxxx>
> ---
> drivers/mfd/mfd-core.c | 26 --------------------------
> include/linux/mfd/core.h | 12 ------------
> 2 files changed, 38 deletions(-)

Acked-by: Arnd Bergmann <arnd@xxxxxxxx>