]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
power: supply: bq256xx: Remove unused gpio include header
authorWaqar Hameed <waqar.hameed@axis.com>
Sat, 20 Dec 2025 21:54:08 +0000 (22:54 +0100)
committerSebastian Reichel <sebastian.reichel@collabora.com>
Mon, 12 Jan 2026 01:52:28 +0000 (02:52 +0100)
This header file is not used anywhere in the driver. Remove it.

Signed-off-by: Waqar Hameed <waqar.hameed@axis.com>
Link: https://patch.msgid.link/730eb504f7ae9d3fcdfeebb544bfe115c32e1064.1766266985.git.waqar.hameed@axis.com
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
drivers/power/supply/bq256xx_charger.c

index ae14162f017a9ed7946bd1f8d22185478b630507..3eb173394005477f621af9018efb29a633f9a435 100644 (file)
@@ -8,7 +8,6 @@
 #include <linux/interrupt.h>
 #include <linux/kernel.h>
 #include <linux/module.h>
-#include <linux/gpio/consumer.h>
 #include <linux/power_supply.h>
 #include <linux/regmap.h>
 #include <linux/types.h>