diff options
| author | Waqar Hameed <waqar.hameed@axis.com> | 2025-12-21 00:54:08 +0300 |
|---|---|---|
| committer | Sebastian Reichel <sebastian.reichel@collabora.com> | 2026-01-12 04:52:28 +0300 |
| commit | 3d74b6dfd703ba812c624c689451b0ae573b4f0b (patch) | |
| tree | fd162072b7a25f5c8b9615e43206cdcd3246c7ed | |
| parent | 38673fd9d622318eed1e35cfad5998b4056edc1e (diff) | |
| download | linux-3d74b6dfd703ba812c624c689451b0ae573b4f0b.tar.xz | |
power: supply: bq25980: Remove unused gpio include header
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>
| -rw-r--r-- | drivers/power/supply/bq25980_charger.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/power/supply/bq25980_charger.c b/drivers/power/supply/bq25980_charger.c index 723858d62d14..4f91fd1a3dec 100644 --- a/drivers/power/supply/bq25980_charger.c +++ b/drivers/power/supply/bq25980_charger.c @@ -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> |
