power: supply: max14656: Drop unused includes
authorLinus Walleij <linus.walleij@linaro.org>
Sun, 10 Jan 2021 12:13:28 +0000 (13:13 +0100)
committerSebastian Reichel <sebastian.reichel@collabora.com>
Tue, 12 Jan 2021 22:09:45 +0000 (23:09 +0100)
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>
drivers/power/supply/max14656_charger_detector.c

index 137f9fa..3f49b29 100644 (file)
@@ -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>