diff options
author | Ulf Hansson <[email protected]> | 2016-12-30 13:47:21 +0100 |
---|---|---|
committer | Ulf Hansson <[email protected]> | 2017-02-13 13:19:59 +0100 |
commit | 963836ad8f8415823866c7658f04fd7fa9febdcb (patch) | |
tree | 5cee661300a2491826fe1e19f09bf45b22da0290 | |
parent | 0f21c58c63add705065a75495e7a1860a62470ed (diff) |
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 <[email protected]>
Signed-off-by: Ulf Hansson <[email protected]>
Reviewed-by: Linus Walleij <[email protected]>
Acked-by: Adrian Hunter <[email protected]>
-rw-r--r-- | drivers/mmc/host/sdhci-cadence.c | 1 |
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" |