Message ID | 20200806182059.2431-2-krzk@kernel.org |
---|---|
State | New |
Headers | show |
Series | None | expand |
diff --git a/drivers/mmc/host/s3cmci.c b/drivers/mmc/host/s3cmci.c index b5df948f8155..60fc3fc30fb4 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>
The s3cmci driver does not use machine header mach/dma.h. Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> --- drivers/mmc/host/s3cmci.c | 1 - 1 file changed, 1 deletion(-)