Message ID | 20201030003336.7323-1-linus.walleij@linaro.org |
---|---|
State | Accepted |
Commit | 846651bf976fee3900e0ddab57bab5bb1b5d3d16 |
Headers | show |
Series | power: supply: bq24190_charger: Drop unused include | expand |
diff --git a/drivers/power/supply/bq24190_charger.c b/drivers/power/supply/bq24190_charger.c index d14186525e1e..4c6b3648a701 100644 --- a/drivers/power/supply/bq24190_charger.c +++ b/drivers/power/supply/bq24190_charger.c @@ -16,7 +16,6 @@ #include <linux/regulator/driver.h> #include <linux/regulator/machine.h> #include <linux/workqueue.h> -#include <linux/gpio.h> #include <linux/i2c.h> #include <linux/extcon-provider.h>
The driver includes <linux/gpio.h> but fails to use any symbols from the file. Signed-off-by: Linus Walleij <linus.walleij@linaro.org> --- drivers/power/supply/bq24190_charger.c | 1 - 1 file changed, 1 deletion(-)