projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
963836a
)
mmc: sdhci: Include leds.h
author
Ulf Hansson
<ulf.hansson@linaro.org>
Fri, 30 Dec 2016 12:47:22 +0000
(13:47 +0100)
committer
Ulf Hansson
<ulf.hansson@linaro.org>
Mon, 13 Feb 2017 12:20:00 +0000
(13:20 +0100)
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>
drivers/mmc/host/sdhci.h
patch
|
blob
|
blame
|
history
diff --git
a/drivers/mmc/host/sdhci.h
b/drivers/mmc/host/sdhci.h
index 0b66f210ae82c5d64f8301a81a6e938a39048b7f..a10a7b6a3cb4409e4cf8309cadfd6e498c43872e 100644
(file)
--- 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>