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)
commitaf223edd07b619749f7abc3e1db1933ac56d2e3e
treea50adb9b25575ac8340f7fd0c0da7460e8af6d7d
parentad61b78ea8913e5cf9c91f5527428eed1bd2a862
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>
drivers/spi/spi-atmel.c