From: Masahiro Yamada Date: Tue, 30 Oct 2018 11:05:06 +0000 (+0900) Subject: mmc: sdhci-cadence: include instead of X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=cd7a0d211386c1464a7565d01ed00c2d7d2adeae;p=linux.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 7a343b87b5e58..e2412875dac58 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