]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
power: supply: ucs1002: Remove unused gpio include header
authorWaqar Hameed <waqar.hameed@axis.com>
Sat, 20 Dec 2025 21:54:09 +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/dcff57bfbf0510c8b5bfd9d39de021607567a6e8.1766266985.git.waqar.hameed@axis.com
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
drivers/power/supply/ucs1002_power.c

index fe94435340de6585e1557ece3825563f0281b349..3f44cc902f84da70c2f8e2a368c4a0affc43e929 100644 (file)
@@ -6,7 +6,6 @@
  */
 #include <linux/bits.h>
 #include <linux/freezer.h>
-#include <linux/gpio/consumer.h>
 #include <linux/i2c.h>
 #include <linux/interrupt.h>
 #include <linux/kernel.h>