The patch titled fixup s3c24xx build after arch moves has been removed from the -mm tree. Its filename was fixup-s3c24xx-build-after-arch-moves.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ 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 file 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 origin.patch s3c2410-fixup-after-arch-moves.patch s3c2410fb-fix-s3c2410-compilation.patch git-mtd.patch git-watchdog.patch sm501fb-update-suspend-and-resume-code.patch sm501fb-call-fb-suspend-function-during-suspend-and-resume.patch sm501fb-ensure-panel-interface-is-not-tristated-when-setup.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