aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/power
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2020-10-30 01:33:36 +0100
committerSebastian Reichel <sebastian.reichel@collabora.com>2020-11-30 02:45:37 +0100
commit846651bf976fee3900e0ddab57bab5bb1b5d3d16 (patch)
tree0c92d00139f0e1964f58cb812d3aaf62dbd6155e /drivers/power
parentpower: supply: generic-adc-battery: Use GPIO descriptors (diff)
downloadlinux-dev-846651bf976fee3900e0ddab57bab5bb1b5d3d16.tar.xz
linux-dev-846651bf976fee3900e0ddab57bab5bb1b5d3d16.zip
power: supply: bq24190_charger: Drop unused include
The driver includes <linux/gpio.h> but fails to use any symbols from the file. Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Diffstat (limited to 'drivers/power')
-rw-r--r--drivers/power/supply/bq24190_charger.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/power/supply/bq24190_charger.c b/drivers/power/supply/bq24190_charger.c
index 845af0f44c02..4841e14a5bfb 100644
--- a/drivers/power/supply/bq24190_charger.c
+++ b/drivers/power/supply/bq24190_charger.c
@@ -16,7 +16,6 @@
#include <linux/regulator/driver.h>
#include <linux/regulator/machine.h>
#include <linux/workqueue.h>
-#include <linux/gpio.h>
#include <linux/i2c.h>
#include <linux/extcon-provider.h>