From: Linus Walleij Date: Wed, 15 Apr 2020 12:35:08 +0000 (+0200) Subject: leds: lp3952: Include the right header X-Git-Tag: v5.15~3711^2~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=da542caf1ff78bd10847b38cfd89bd6e1a6355fc;p=platform%2Fkernel%2Flinux-starfive.git 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 . Fix it by including instead. Cc: Tony Makkiel Signed-off-by: Linus Walleij Signed-off-by: Pavel Machek --- diff --git a/drivers/leds/leds-lp3952.c b/drivers/leds/leds-lp3952.c index 4e4e542..6ee9131 100644 --- a/drivers/leds/leds-lp3952.c +++ b/drivers/leds/leds-lp3952.c @@ -7,7 +7,7 @@ */ #include -#include +#include #include #include #include