power: supply: bq24735: Drop unused include
authorLinus Walleij <linus.walleij@linaro.org>
Fri, 30 Oct 2020 00:37:32 +0000 (01:37 +0100)
committerSebastian Reichel <sebastian.reichel@collabora.com>
Mon, 30 Nov 2020 01:45:37 +0000 (02:45 +0100)
commit4e586fe990b199bdcb9d9f32071a13388cbae23b
treeb1ad125866382e282247d9fd2639c96af0db4dac
parent846651bf976fee3900e0ddab57bab5bb1b5d3d16
power: supply: bq24735: Drop unused include

The driver include <linux/gpio.h> but actually only use
<linux/gpio/consumer.h> which is includes below. Drop the
surplus legacy header include.

Cc: Peter Rosin <peda@axentia.se>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
drivers/power/supply/bq24735-charger.c