leds: lp3952: Include the right header
authorLinus Walleij <linus.walleij@linaro.org>
Wed, 15 Apr 2020 12:35:08 +0000 (14:35 +0200)
committerPavel Machek <pavel@ucw.cz>
Fri, 17 Apr 2020 12:49:22 +0000 (14:49 +0200)
commitda542caf1ff78bd10847b38cfd89bd6e1a6355fc
treeae96c163a2f05686228a8a298f323144ba4ac5e7
parentea1a6a15f4090dc7f852892bc6976b2131e9b9ea
leds: lp3952: Include the right header

This driver is using the GPIO descriptor API properly
as it should be but is including the legacy GPIO header
<linux/gpio.h>. Fix it by including <linux/gpio/consumer.h>
instead.

Cc: Tony Makkiel <tony.makkiel@daqri.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Pavel Machek <pavel@ucw.cz>
drivers/leds/leds-lp3952.c