From: Ulf Hansson Date: Fri, 30 Dec 2016 12:47:22 +0000 (+0100) Subject: mmc: sdhci: Include leds.h X-Git-Tag: rel_imx_4.19.35_1.1.0~13143^2~123 X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=210583f47293c3a4a96a7e0d3e10b3210d542656;p=linux.git mmc: sdhci: Include leds.h Don't rely on host.h to include the leds.h header, but instead include it explicitly because the driver depends on it. Signed-off-by: Ulf Hansson Reviewed-by: Linus Walleij Acked-by: Adrian Hunter --- diff --git a/drivers/mmc/host/sdhci.h b/drivers/mmc/host/sdhci.h index 0b66f210ae82..a10a7b6a3cb4 100644 --- a/drivers/mmc/host/sdhci.h +++ b/drivers/mmc/host/sdhci.h @@ -17,6 +17,7 @@ #include #include #include +#include #include