aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/power/supply
diff options
context:
space:
mode:
authorSebastian Reichel <sebastian.reichel@collabora.com>2021-03-09 19:04:03 +0100
committerSebastian Reichel <sebastian.reichel@collabora.com>2021-04-02 14:19:25 +0200
commit310162f6dd6a93e22d21da059b63292767225d2d (patch)
treeb317911469fc9cddcbc0e17bd0e280bd359d45f5 /drivers/power/supply
parentpower: supply: sbs-charger: use dev_err_probe (diff)
downloadlinux-dev-310162f6dd6a93e22d21da059b63292767225d2d.tar.xz
linux-dev-310162f6dd6a93e22d21da059b63292767225d2d.zip
power: supply: sbs-charger: drop unused gpio includes
sbs-charger does not use any GPIOs, so no need to include gpio.h and of_gpio.h. Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Diffstat (limited to 'drivers/power/supply')
-rw-r--r--drivers/power/supply/sbs-charger.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/power/supply/sbs-charger.c b/drivers/power/supply/sbs-charger.c
index 36a048d687e0..6fa65d118ec1 100644
--- a/drivers/power/supply/sbs-charger.c
+++ b/drivers/power/supply/sbs-charger.c
@@ -16,9 +16,7 @@
#include <linux/i2c.h>
#include <linux/slab.h>
#include <linux/interrupt.h>
-#include <linux/gpio.h>
#include <linux/regmap.h>
-#include <linux/of_gpio.h>
#include <linux/bitops.h>
#define SBS_CHARGER_REG_SPEC_INFO 0x11