diff options
| author | Waqar Hameed <waqar.hameed@axis.com> | 2025-12-21 00:54:09 +0300 |
|---|---|---|
| committer | Sebastian Reichel <sebastian.reichel@collabora.com> | 2026-01-12 04:52:28 +0300 |
| commit | ce3bc8469e4c387fd937e2ef96a6d45b7e22afc7 (patch) | |
| tree | 5ce96380e6b88c002960262d090435e11fac5a6b | |
| parent | 91a4f92de8454621e9d4e77a58c19c9d60a69581 (diff) | |
| download | linux-ce3bc8469e4c387fd937e2ef96a6d45b7e22afc7.tar.xz | |
power: supply: ucs1002: 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/dcff57bfbf0510c8b5bfd9d39de021607567a6e8.1766266985.git.waqar.hameed@axis.com
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
| -rw-r--r-- | drivers/power/supply/ucs1002_power.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/power/supply/ucs1002_power.c b/drivers/power/supply/ucs1002_power.c index fe94435340de..3f44cc902f84 100644 --- a/drivers/power/supply/ucs1002_power.c +++ b/drivers/power/supply/ucs1002_power.c @@ -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> |
