diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2020-08-05 22:32:29 +0200 |
---|---|---|
committer | Krzysztof Kozlowski <krzk@kernel.org> | 2020-08-17 18:54:33 +0200 |
commit | 7bcb41c5d157cd0908408e49f5d0a8ab1c576de7 (patch) | |
tree | e00de984976321ca54c4e413d031f19728976132 /drivers/mmc/host/s3cmci.c | |
parent | ARM: s3c: remove unneeded machine header includes (diff) | |
download | linux-7bcb41c5d157cd0908408e49f5d0a8ab1c576de7.tar.xz linux-7bcb41c5d157cd0908408e49f5d0a8ab1c576de7.zip |
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>
Diffstat (limited to 'drivers/mmc/host/s3cmci.c')
-rw-r--r-- | drivers/mmc/host/s3cmci.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mmc/host/s3cmci.c b/drivers/mmc/host/s3cmci.c index 444b2769ae2c..ee98f1e3a1c7 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> |