[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200806182059.2431-2-krzk@kernel.org>
Date: Thu, 6 Aug 2020 20:20:19 +0200
From: Krzysztof Kozlowski <krzk@...nel.org>
To: linux-kernel@...r.kernel.org
Cc: Arnd Bergmann <arnd@...db.de>,
Krzysztof Kozlowski <krzk@...nel.org>,
Ben Dooks <ben-linux@...ff.org>,
Ulf Hansson <ulf.hansson@...aro.org>,
linux-arm-kernel@...ts.infradead.org, linux-mmc@...r.kernel.org
Subject: [PATCH v2 02/41] mmc: s3cmci: Remove unneeded machine header include
The s3cmci driver does not use machine header mach/dma.h.
Signed-off-by: Krzysztof Kozlowski <krzk@...nel.org>
---
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 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>
--
2.17.1
Powered by blists - more mailing lists