Re: [PATCH 4/4] power: supply: twl4030_madc: Drop unused header includes

From: Hans de Goede

Date: Sat Feb 21 2026 - 10:20:43 EST


Hi,

On 20-Feb-26 18:49, Krzysztof Kozlowski wrote:
> Driver does not use any code from workqueue.h and param.h.
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxxxxxxxx>

Thanks, patch looks good to me:

Reviewed-by: Hans de Goede <johannes.goede@xxxxxxxxxxxxxxxx>

Regards,

Hans



> ---
> drivers/power/supply/twl4030_madc_battery.c | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/drivers/power/supply/twl4030_madc_battery.c b/drivers/power/supply/twl4030_madc_battery.c
> index 3935162e350b..a99b3ff26929 100644
> --- a/drivers/power/supply/twl4030_madc_battery.c
> +++ b/drivers/power/supply/twl4030_madc_battery.c
> @@ -11,9 +11,7 @@
> */
>
> #include <linux/module.h>
> -#include <linux/param.h>
> #include <linux/delay.h>
> -#include <linux/workqueue.h>
> #include <linux/platform_device.h>
> #include <linux/power_supply.h>
> #include <linux/slab.h>