diff options
author | Ulf Hansson | 2016-12-30 13:47:22 +0100 |
---|---|---|
committer | Ulf Hansson | 2017-02-13 13:20:00 +0100 |
commit | 210583f47293c3a4a96a7e0d3e10b3210d542656 (patch) | |
tree | bdc6913fa779f38e1ba89e2a9e7e5d312e4a39d9 | |
parent | 963836ad8f8415823866c7658f04fd7fa9febdcb (diff) |
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.h | 1 |
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> |