From 210583f47293c3a4a96a7e0d3e10b3210d542656 Mon Sep 17 00:00:00 2001 From: Ulf Hansson Date: Fri, 30 Dec 2016 13:47:22 +0100 Subject: [PATCH] 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 --- drivers/mmc/host/sdhci.h | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/mmc/host/sdhci.h b/drivers/mmc/host/sdhci.h index 0b66f21..a10a7b6 100644 --- a/drivers/mmc/host/sdhci.h +++ b/drivers/mmc/host/sdhci.h @@ -17,6 +17,7 @@ #include #include #include +#include #include -- 2.7.4