From ed3c19bdb0f46bf6152bfccd51425ad14f2d3e97 Mon Sep 17 00:00:00 2001 From: Linus Walleij Date: Sun, 10 Jan 2021 13:13:28 +0100 Subject: [PATCH] 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 Signed-off-by: Linus Walleij Signed-off-by: Sebastian Reichel --- drivers/power/supply/max14656_charger_detector.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/power/supply/max14656_charger_detector.c b/drivers/power/supply/max14656_charger_detector.c index 137f9fafce8c7..3f49b29f3c885 100644 --- a/drivers/power/supply/max14656_charger_detector.c +++ b/drivers/power/supply/max14656_charger_detector.c @@ -15,8 +15,6 @@ #include #include #include -#include -#include #include #include #include -- 2.30.2