From: Ulf Hansson Date: Fri, 30 Dec 2016 12:47:21 +0000 (+0100) Subject: mmc: sdhci-cadence: Include mmc.h X-Git-Tag: Ubuntu-4.11.0-0.5~602^2~124 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=963836ad8f8415823866c7658f04fd7fa9febdcb;p=mirror_ubuntu-artful-kernel.git 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 Signed-off-by: Ulf Hansson Reviewed-by: Linus Walleij Acked-by: Adrian Hunter --- 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 #include #include +#include #include "sdhci-pltfm.h"