From: Masahiro Yamada Date: Tue, 30 Oct 2018 11:05:06 +0000 (+0900) Subject: mmc: sdhci-cadence: include instead of X-Git-Tag: v5.4-rc1~1936^2~93 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cd7a0d211386c1464a7565d01ed00c2d7d2adeae;p=platform%2Fkernel%2Flinux-rpi.git mmc: sdhci-cadence: include instead of The reason of including here is just for BIT() and GENMASK() macros. Since commit 8bd9cb51daac8 ("locking/atomics, asm-generic: Move some macros from to a new file"), is enough for such compile-time macros. Signed-off-by: Masahiro Yamada Acked-by: Adrian Hunter Signed-off-by: Ulf Hansson --- diff --git a/drivers/mmc/host/sdhci-cadence.c b/drivers/mmc/host/sdhci-cadence.c index 7a343b8..e241287 100644 --- a/drivers/mmc/host/sdhci-cadence.c +++ b/drivers/mmc/host/sdhci-cadence.c @@ -14,7 +14,7 @@ */ #include -#include +#include #include #include #include