Skip to content

Commit 621f44f

Browse files
alexandrebelloniambarus
authored andcommitted
spi: atmel: remove unnecessary include
Since commit d5fab59 ("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> (cherry picked from commit af223ed) Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com>
1 parent 5b16251 commit 621f44f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

drivers/spi/spi-atmel.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
#include <linux/interrupt.h>
1717
#include <linux/spi/spi.h>
1818
#include <linux/slab.h>
19-
#include <linux/platform_data/dma-atmel.h>
2019
#include <linux/of.h>
2120

2221
#include <linux/io.h>

0 commit comments

Comments
 (0)