The patch titled fixup s3c24xx build after arch moves has been added to the -mm tree. Its filename is fixup-s3c24xx-build-after-arch-moves.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: fixup s3c24xx build after arch moves From: Ben Dooks <ben-linux@xxxxxxxxx> Fix the include files moved around during the s3c24xx arch moves. Signed-off-by: Ben Dooks <ben-linux@xxxxxxxxx> Signed-off-by: David Brownell <dbrownell@xxxxxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/spi/spi_s3c24xx.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/spi/spi_s3c24xx.c~fixup-s3c24xx-build-after-arch-moves drivers/spi/spi_s3c24xx.c --- a/drivers/spi/spi_s3c24xx.c~fixup-s3c24xx-build-after-arch-moves +++ a/drivers/spi/spi_s3c24xx.c @@ -28,7 +28,7 @@ #include <asm/hardware.h> #include <asm/arch/regs-gpio.h> -#include <asm/arch/regs-spi.h> +#include <asm/plat-s3c24xx/regs-spi.h> #include <asm/arch/spi.h> struct s3c24xx_spi { _ Patches currently in -mm which might be from ben-linux@xxxxxxxxx are fixup-s3c24xx-build-after-arch-moves.patch git-mtd.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