From: Linus Walleij Date: Thu, 8 Aug 2019 13:20:20 +0000 (+0200) Subject: leds: pca953x: Include the right header X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=3881a72f8d0657ca998b217d0a183974ea800401;p=linux.git leds: pca953x: Include the right header This LED chip provides a GPIO driver, so include rather than the legacy header . Signed-off-by: Linus Walleij Signed-off-by: Jacek Anaszewski --- diff --git a/drivers/leds/leds-pca9532.c b/drivers/leds/leds-pca9532.c index 290871072d65b..c7c7199e8ebdf 100644 --- a/drivers/leds/leds-pca9532.c +++ b/drivers/leds/leds-pca9532.c @@ -16,7 +16,7 @@ #include #include #include -#include +#include #include #include