Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1204321 > unrolled thread

[PATCH] spi: atmel: remove useless include

Started byAlexandre Belloni <alexandre.belloni@free-electrons.com>
First post2015-08-10 16:30 +0200
Last post2015-08-10 16:30 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH] spi: atmel: remove useless include Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2015-08-10 16:30 +0200

#1204321 — [PATCH] spi: atmel: remove useless include

FromAlexandre Belloni <alexandre.belloni@free-electrons.com>
Date2015-08-10 16:30 +0200
Subject[PATCH] spi: atmel: remove useless include
Message-ID<pVWfo-uE-9@gated-at.bofh.it>
Definitions from linux/platform_data/atmel.h are not used, remove the
include.

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

diff --git a/drivers/spi/spi-atmel.c b/drivers/spi/spi-atmel.c
index c9eca347787d..bf9ed380bb1c 100644
--- a/drivers/spi/spi-atmel.c
+++ b/drivers/spi/spi-atmel.c
@@ -19,7 +19,6 @@
 #include <linux/interrupt.h>
 #include <linux/spi/spi.h>
 #include <linux/slab.h>
-#include <linux/platform_data/atmel.h>
 #include <linux/platform_data/dma-atmel.h>
 #include <linux/of.h>
 
-- 
2.1.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web