From: Linus Walleij Date: Fri, 26 Jun 2020 22:47:35 +0000 (+0200) Subject: leds: pca955x: Include the right GPIO header X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=0987c7df8abce177437780eb983b785147dc058e;p=linux.git leds: pca955x: Include the right GPIO header This driver provides a GPIO chip, so include and not the legacy header. Cc: Andrew Jeffery Cc: Joel Stanley Cc: Matt Spinler Cc: Cédric Le Goater Signed-off-by: Linus Walleij Signed-off-by: Pavel Machek --- diff --git a/drivers/leds/leds-pca955x.c b/drivers/leds/leds-pca955x.c index 4037c504589c1..131f8e922adeb 100644 --- a/drivers/leds/leds-pca955x.c +++ b/drivers/leds/leds-pca955x.c @@ -40,7 +40,7 @@ #include #include #include -#include +#include #include #include #include