linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mmc: atmel-mci: remove useless include
@ 2015-08-10 14:26 Alexandre Belloni
  2015-08-13 15:23 ` Ludovic Desroches
  2015-08-25 12:06 ` Ulf Hansson
  0 siblings, 2 replies; 3+ messages in thread
From: Alexandre Belloni @ 2015-08-10 14:26 UTC (permalink / raw)
  To: Ludovic Desroches, Ulf Hansson
  Cc: Nicolas Ferre, linux-mmc, linux-arm-kernel, linux-kernel,
	Alexandre Belloni

Definitions from linux/platform_data/atmel.h are not used, remove the
include.

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
---
 drivers/mmc/host/atmel-mci.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/mmc/host/atmel-mci.c b/drivers/mmc/host/atmel-mci.c
index 9a39e0b7e583..bf62e429f7fc 100644
--- a/drivers/mmc/host/atmel-mci.c
+++ b/drivers/mmc/host/atmel-mci.c
@@ -29,7 +29,6 @@
 #include <linux/slab.h>
 #include <linux/stat.h>
 #include <linux/types.h>
-#include <linux/platform_data/atmel.h>
 #include <linux/platform_data/mmc-atmel-mci.h>
 
 #include <linux/mmc/host.h>
-- 
2.1.4


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-08-25 12:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-10 14:26 [PATCH] mmc: atmel-mci: remove useless include Alexandre Belloni
2015-08-13 15:23 ` Ludovic Desroches
2015-08-25 12:06 ` Ulf Hansson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).