Message ID | 20210309180407.650943-4-sebastian.reichel@collabora.com |
---|---|
State | Accepted |
Commit | 310162f6dd6a93e22d21da059b63292767225d2d |
Headers | show |
Series | Cleanup SBS power-supply drivers | expand |
diff --git a/drivers/power/supply/sbs-charger.c b/drivers/power/supply/sbs-charger.c index 36a048d687e0..6fa65d118ec1 100644 --- a/drivers/power/supply/sbs-charger.c +++ b/drivers/power/supply/sbs-charger.c @@ -16,9 +16,7 @@ #include <linux/i2c.h> #include <linux/slab.h> #include <linux/interrupt.h> -#include <linux/gpio.h> #include <linux/regmap.h> -#include <linux/of_gpio.h> #include <linux/bitops.h> #define SBS_CHARGER_REG_SPEC_INFO 0x11
sbs-charger does not use any GPIOs, so no need to include gpio.h and of_gpio.h. Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com> --- drivers/power/supply/sbs-charger.c | 2 -- 1 file changed, 2 deletions(-)