diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2021-01-10 13:13:28 +0100 |
---|---|---|
committer | Sebastian Reichel <sebastian.reichel@collabora.com> | 2021-01-12 23:09:45 +0100 |
commit | ed3c19bdb0f46bf6152bfccd51425ad14f2d3e97 (patch) | |
tree | 847816cdef3a56396d5a38f159a5f1cf61dadf7e /drivers/power | |
parent | f1d33ae806ec93d535ca5176105e5401e7084440 (diff) | |
download | linux-ed3c19bdb0f46bf6152bfccd51425ad14f2d3e97.tar.gz linux-ed3c19bdb0f46bf6152bfccd51425ad14f2d3e97.tar.bz2 linux-ed3c19bdb0f46bf6152bfccd51425ad14f2d3e97.zip |
power: supply: max14656: Drop unused includes
The driver includes two GPIO headers but does not use
symbols from any of them, so drop these includes.
Cc: Alexander Kurz <akurz@blala.de>
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/max14656_charger_detector.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/power/supply/max14656_charger_detector.c b/drivers/power/supply/max14656_charger_detector.c index 137f9fafce8c..3f49b29f3c88 100644 --- a/drivers/power/supply/max14656_charger_detector.c +++ b/drivers/power/supply/max14656_charger_detector.c @@ -15,8 +15,6 @@ #include <linux/i2c.h> #include <linux/interrupt.h> #include <linux/slab.h> -#include <linux/gpio.h> -#include <linux/of_gpio.h> #include <linux/of_device.h> #include <linux/workqueue.h> #include <linux/power_supply.h> |