power: supply: smb347-charger: Drop unused include
authorLinus Walleij <linus.walleij@linaro.org>
Sat, 29 May 2021 00:19:02 +0000 (02:19 +0200)
committerSebastian Reichel <sre@kernel.org>
Thu, 3 Jun 2021 17:01:44 +0000 (19:01 +0200)
This driver is including the legacy GPIO header <linux/gpio.h>
but not using any symbols from it. Delete the include.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Reviewed-by: Dmitry Osipenko <digetx@gmail.com>
Acked-by: David Heidelberg <david@ixit.cz>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
drivers/power/supply/smb347-charger.c

index 3376f42d46c3d0238dbbaf0ba4b96acd5bb19c5f..df240420f2de0e603f1bff0fcea9d4cfcb03432b 100644 (file)
@@ -10,7 +10,6 @@
 
 #include <linux/delay.h>
 #include <linux/err.h>
-#include <linux/gpio.h>
 #include <linux/kernel.h>
 #include <linux/module.h>
 #include <linux/init.h>