From: Linus Walleij Date: Wed, 15 Apr 2020 15:08:37 +0000 (+0200) Subject: leds: tca6507: Include the right header X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=ca99522667ad239267e3c17773dbabb482c1ceac;p=linux.git leds: tca6507: Include the right header The TCA6507 optionally presents a GPIO controller, so include instead of the legacy . Cc: NeilBrown Signed-off-by: Linus Walleij Signed-off-by: Pavel Machek --- diff --git a/drivers/leds/leds-tca6507.c b/drivers/leds/leds-tca6507.c index 58be20cae1835..1128ac75443c0 100644 --- a/drivers/leds/leds-tca6507.c +++ b/drivers/leds/leds-tca6507.c @@ -93,7 +93,7 @@ #include #include #include -#include +#include #include #include #include