From 4e586fe990b199bdcb9d9f32071a13388cbae23b Mon Sep 17 00:00:00 2001 From: Linus Walleij Date: Fri, 30 Oct 2020 01:37:32 +0100 Subject: [PATCH] power: supply: bq24735: Drop unused include The driver include but actually only use which is includes below. Drop the surplus legacy header include. Cc: Peter Rosin Signed-off-by: Linus Walleij Signed-off-by: Sebastian Reichel --- drivers/power/supply/bq24735-charger.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/power/supply/bq24735-charger.c b/drivers/power/supply/bq24735-charger.c index 6931e1d826f55..ab2f4bf8f603f 100644 --- a/drivers/power/supply/bq24735-charger.c +++ b/drivers/power/supply/bq24735-charger.c @@ -18,7 +18,6 @@ */ #include -#include #include #include #include -- 2.30.2