diff mbox series

spi: atmel: remove unnecessary include

Message ID 20200930145353.3043699-1-alexandre.belloni@bootlin.com (mailing list archive)
State Accepted
Commit af223edd07b619749f7abc3e1db1933ac56d2e3e
Headers show
Series spi: atmel: remove unnecessary include | expand

Commit Message

Alexandre Belloni Sept. 30, 2020, 2:53 p.m. UTC
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>
---
 drivers/spi/spi-atmel.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Mark Brown Sept. 30, 2020, 3:12 p.m. UTC | #1
On Wed, 30 Sep 2020 16:53:52 +0200, Alexandre Belloni wrote:
> 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.

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[1/1] spi: atmel: remove unnecessary include
      commit: af223edd07b619749f7abc3e1db1933ac56d2e3e

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark
diff mbox series

Patch

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>