This change “spi: atmel: remove useless include” in Linux kernel is authored by Alexandre Belloni <alexandre.belloni [at] free-electrons.com> on Mon Aug 10 16:28:07 2015 +0200.
spi: atmel: remove useless include Definitions from linux/platform_data/atmel.h are not used, remove the include. Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Mark Brown <broonie@kernel.org>
This Linux change may have been applied to various maintained Linux releases and you can find Linux releases including commit bdbbd38.
There is one line of Linux source code added/deleted in this change. Code changes to Linux kernel are as follows.
drivers/spi/spi-atmel.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/spi/spi-atmel.c b/drivers/spi/spi-atmel.c index c9eca34..bf9ed38 100644 --- a/drivers/spi/spi-atmel.c +++ b/drivers/spi/spi-atmel.c @@ -19,7 +19,6 @@ #include <linux/interrupt.h> #include <linux/spi/spi.h> #include <linux/slab.h> -#include <linux/platform_data/atmel.h> #include <linux/platform_data/dma-atmel.h> #include <linux/of.h>
The commit for this change in Linux stable tree is bdbbd38 (patch).