diff options
| author | Alexandre Belloni <[email protected]> | 2015-08-10 14:28:07 +0000 |
|---|---|---|
| committer | Mark Brown <[email protected]> | 2015-08-10 18:07:04 +0000 |
| commit | bdbbd38106c9f72c569be18314f68387e384536c (patch) | |
| tree | 4472ef016944b851332058e1d3a59962661c8f83 /drivers/spi/spi-atmel.c | |
| parent | Linux 4.2-rc2 (diff) | |
| download | kernel-bdbbd38106c9f72c569be18314f68387e384536c.tar.gz kernel-bdbbd38106c9f72c569be18314f68387e384536c.zip | |
spi: atmel: remove useless include
Definitions from linux/platform_data/atmel.h are not used, remove the
include.
Signed-off-by: Alexandre Belloni <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'drivers/spi/spi-atmel.c')
| -rw-r--r-- | drivers/spi/spi-atmel.c | 1 |
1 files changed, 0 insertions, 1 deletions
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> |
