summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlf Hansson2016-12-30 13:47:21 +0100
committerUlf Hansson2017-02-13 13:19:59 +0100
commit963836ad8f8415823866c7658f04fd7fa9febdcb (patch)
tree5cee661300a2491826fe1e19f09bf45b22da0290
parentmmc: dw_mmc: Remove the public dw_mmc header file (diff)
downloadkernel-qcow2-linux-963836ad8f8415823866c7658f04fd7fa9febdcb.tar.gz
kernel-qcow2-linux-963836ad8f8415823866c7658f04fd7fa9febdcb.tar.xz
kernel-qcow2-linux-963836ad8f8415823866c7658f04fd7fa9febdcb.zip
mmc: sdhci-cadence: Include mmc.h
Don't rely on host.h to include the mmc.h header, but instead include it explicitly because the driver depends on it. Cc: Masahiro Yamada <yamada.masahiro@socionext.com> 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-cadence.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mmc/host/sdhci-cadence.c b/drivers/mmc/host/sdhci-cadence.c
index 4b0ecb981842..31e786d1b71a 100644
--- a/drivers/mmc/host/sdhci-cadence.c
+++ b/drivers/mmc/host/sdhci-cadence.c
@@ -17,6 +17,7 @@
#include <linux/iopoll.h>
#include <linux/module.h>
#include <linux/mmc/host.h>
+#include <linux/mmc/mmc.h>
#include "sdhci-pltfm.h"