summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>2026-02-20 18:49:42 +0100
committerSebastian Reichel <sebastian.reichel@collabora.com>2026-03-03 23:58:08 +0100
commite6d91eed847778dbc9a6a595d5fb3015ab305483 (patch)
tree45a69338695ffe2ae28247fd770aa59cc735055d
parent4f73a52df7d282784f4f040efc9e124b477ca504 (diff)
power: supply: twl4030_madc: Drop unused header includes
Driver does not use any code from workqueue.h and param.h. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com> Reviewed-by: Hans de Goede <johannes.goede@oss.qualcomm.com> Link: https://patch.msgid.link/20260220174938.672883-8-krzysztof.kozlowski@oss.qualcomm.com Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
-rw-r--r--drivers/power/supply/twl4030_madc_battery.c2
1 files changed, 0 insertions, 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>