The patch titled spi_s3c24xx_gpio: use right header has been removed from the -mm tree. Its filename was spi_s3c24xx_gpio-use-right-header.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: spi_s3c24xx_gpio: use right header From: Arnaud Patard (Rtp) <arnaud.patard@xxxxxxxxxxx> Russel King recently reminded us that one shouldn't use asm/arch/hardware.h but one should use asm/hardware.h. Unfortunately, the spi_s3c24xx_gpio driver is using the wrong header. This patch is fixing that. Signed-off-by: Arnaud Patard <arnaud.patard@xxxxxxxxxxx> Signed-off-by: David Brownell <dbrownell@xxxxxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/spi/spi_s3c24xx_gpio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/spi/spi_s3c24xx_gpio.c~spi_s3c24xx_gpio-use-right-header drivers/spi/spi_s3c24xx_gpio.c --- a/drivers/spi/spi_s3c24xx_gpio.c~spi_s3c24xx_gpio-use-right-header +++ a/drivers/spi/spi_s3c24xx_gpio.c @@ -23,7 +23,7 @@ #include <asm/arch/regs-gpio.h> #include <asm/arch/spi-gpio.h> -#include <asm/arch/hardware.h> +#include <asm/hardware.h> struct s3c2410_spigpio { struct spi_bitbang bitbang; _ Patches currently in -mm which might be from arnaud.patard@xxxxxxxxxxx are - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html