The patch titled spi_s3c24xx_gpio: use right header has been added to the -mm tree. Its filename is spi_s3c24xx_gpio-use-right-header.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ 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 files 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 spi_s3c24xx_gpio-use-right-header.patch - 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