]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
power: supply: bq25980: 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/94cf6d7dc464e20abea543983b24828e51c64f93.1766266985.git.waqar.hameed@axis.com
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
drivers/power/supply/bq25980_charger.c

index 723858d62d1414f65d9b5a17f64ed6a5a620d802..4f91fd1a3dec9d7569afcb8200dc87efbe64fc74 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>