From: Alexandre Belloni Date: Wed, 30 Sep 2020 14:53:52 +0000 (+0200) Subject: spi: atmel: remove unnecessary include X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=af223edd07b619749f7abc3e1db1933ac56d2e3e;p=linux.git 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 Link: https://lore.kernel.org/r/20200930145353.3043699-1-alexandre.belloni@bootlin.com Signed-off-by: Mark Brown --- diff --git a/drivers/spi/spi-atmel.c b/drivers/spi/spi-atmel.c index 2cfe6253a7846..e527b5fc9cb97 100644 --- a/drivers/spi/spi-atmel.c +++ b/drivers/spi/spi-atmel.c @@ -16,7 +16,6 @@ #include #include #include -#include #include #include