summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlf Hansson2016-12-30 13:47:22 +0100
committerUlf Hansson2017-02-13 13:20:00 +0100
commit210583f47293c3a4a96a7e0d3e10b3210d542656 (patch)
treebdc6913fa779f38e1ba89e2a9e7e5d312e4a39d9
parentmmc: sdhci-cadence: Include mmc.h (diff)
downloadkernel-qcow2-linux-210583f47293c3a4a96a7e0d3e10b3210d542656.tar.gz
kernel-qcow2-linux-210583f47293c3a4a96a7e0d3e10b3210d542656.tar.xz
kernel-qcow2-linux-210583f47293c3a4a96a7e0d3e10b3210d542656.zip
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 <ulf.hansson@linaro.org> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Acked-by: Adrian Hunter <adrian.hunter@intel.com>
-rw-r--r--drivers/mmc/host/sdhci.h1
1 files changed, 1 insertions, 0 deletions
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 <linux/compiler.h>
#include <linux/types.h>
#include <linux/io.h>
+#include <linux/leds.h>
#include <linux/mmc/host.h>