projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc0195a
)
spi: atmel: remove useless include
author
Alexandre Belloni
<alexandre.belloni@free-electrons.com>
Mon, 10 Aug 2015 14:28:07 +0000
(16:28 +0200)
committer
Mark Brown
<broonie@kernel.org>
Mon, 10 Aug 2015 18:07:04 +0000
(19:07 +0100)
Definitions from linux/platform_data/atmel.h are not used, remove the
include.
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-atmel.c
patch
|
blob
|
history
diff --git
a/drivers/spi/spi-atmel.c
b/drivers/spi/spi-atmel.c
index c9eca347787db7ba5f85f6b1c4e10ad66e856abb..bf9ed380bb1c0754addbd27aedf7d874cee89ff2 100644
(file)
--- 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>