spi: atmel: remove unnecessary include
authorAlexandre Belloni <alexandre.belloni@bootlin.com>
Wed, 30 Sep 2020 14:53:52 +0000 (16:53 +0200)
committerMark Brown <broonie@kernel.org>
Wed, 30 Sep 2020 15:12:12 +0000 (16:12 +0100)
Since commit d5fab59cab18 ("spi: atmel: trivial: remove unused fields in
DMA structure"), the driver is not using any definitions from
linux/platform_data/dma-atmel.h, stop including it.

Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Link: https://lore.kernel.org/r/20200930145353.3043699-1-alexandre.belloni@bootlin.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-atmel.c

index 2cfe625..e527b5f 100644 (file)
@@ -16,7 +16,6 @@
 #include <linux/interrupt.h>
 #include <linux/spi/spi.h>
 #include <linux/slab.h>
-#include <linux/platform_data/dma-atmel.h>
 #include <linux/of.h>
 
 #include <linux/io.h>