diff options
author | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2020-09-30 16:53:52 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-09-30 16:12:12 +0100 |
commit | af223edd07b619749f7abc3e1db1933ac56d2e3e (patch) | |
tree | a50adb9b25575ac8340f7fd0c0da7460e8af6d7d | |
parent | ad61b78ea8913e5cf9c91f5527428eed1bd2a862 (diff) |
spi: atmel: remove unnecessary include
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>
-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 2cfe6253a784..e527b5fc9cb9 100644 --- a/drivers/spi/spi-atmel.c +++ b/drivers/spi/spi-atmel.c @@ -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> |