summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaqar Hameed <waqar.hameed@axis.com>2025-12-21 00:54:09 +0300
committerSebastian Reichel <sebastian.reichel@collabora.com>2026-01-12 04:52:28 +0300
commit91a4f92de8454621e9d4e77a58c19c9d60a69581 (patch)
tree780ce5e9c30a052d48da8fd560fff5ae97a43342
parent3d74b6dfd703ba812c624c689451b0ae573b4f0b (diff)
downloadlinux-91a4f92de8454621e9d4e77a58c19c9d60a69581.tar.xz
power: supply: cw2015: 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/6c6ea228f39f3c01c0a89d8ba545be6f3ec13c2a.1766266985.git.waqar.hameed@axis.com Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
-rw-r--r--drivers/power/supply/cw2015_battery.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/power/supply/cw2015_battery.c b/drivers/power/supply/cw2015_battery.c
index 0806abea2372..a05dcc4a48f2 100644
--- a/drivers/power/supply/cw2015_battery.c
+++ b/drivers/power/supply/cw2015_battery.c
@@ -13,7 +13,6 @@
#include <linux/delay.h>
#include <linux/i2c.h>
#include <linux/gfp.h>
-#include <linux/gpio/consumer.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/power_supply.h>