From 7bcb41c5d157cd0908408e49f5d0a8ab1c576de7 Mon Sep 17 00:00:00 2001 From: Krzysztof Kozlowski <krzk@kernel.org> Date: Wed, 5 Aug 2020 22:32:29 +0200 Subject: [PATCH] mmc: s3cmci: remove unneeded machine header include The s3cmci driver does not use machine header mach/dma.h. Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> Acked-by: Ulf Hansson <ulf.hansson@linaro.org> Acked-by: Arnd Bergmann <arnd@arndb.de> --- drivers/mmc/host/s3cmci.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/mmc/host/s3cmci.c b/drivers/mmc/host/s3cmci.c index 444b2769ae2ca3..ee98f1e3a1c743 100644 --- a/drivers/mmc/host/s3cmci.c +++ b/drivers/mmc/host/s3cmci.c @@ -26,7 +26,6 @@ #include <linux/mmc/slot-gpio.h> #include <plat/gpio-cfg.h> -#include <mach/dma.h> #include <mach/gpio-samsung.h> #include <linux/platform_data/mmc-s3cmci.h> -- GitLab