mmc: s3cmci: remove unneeded machine header include
authorKrzysztof Kozlowski <krzk@kernel.org>
Wed, 5 Aug 2020 20:32:29 +0000 (22:32 +0200)
committerKrzysztof Kozlowski <krzk@kernel.org>
Mon, 17 Aug 2020 16:54:33 +0000 (18:54 +0200)
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

index 444b2769ae2ca3b8ecd8ac96987e2cd6512b987b..ee98f1e3a1c743e88e557063563185259a99be22 100644 (file)
@@ -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>