The patch titled mips: vpe: remove unneeded smp_lock.h include has been removed from the -mm tree. Its filename was mips-vpe-remove-leftover-unlock_kernel.patch This patch was dropped because it was merged into mainline or a subsystem tree The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: mips: vpe: remove unneeded smp_lock.h include From: John Kacur <jkacur@xxxxxxxxxx> This file was recently de-BLKised. Signed-off-by: John Kacur <jkacur@xxxxxxxxxx> Cc: Ralf Baechle <ralf@xxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/mips/kernel/vpe.c | 1 - 1 file changed, 1 deletion(-) diff -puN arch/mips/kernel/vpe.c~mips-vpe-remove-leftover-unlock_kernel arch/mips/kernel/vpe.c --- a/arch/mips/kernel/vpe.c~mips-vpe-remove-leftover-unlock_kernel +++ a/arch/mips/kernel/vpe.c @@ -38,7 +38,6 @@ #include <linux/vmalloc.h> #include <linux/elf.h> #include <linux/seq_file.h> -#include <linux/smp_lock.h> #include <linux/syscalls.h> #include <linux/moduleloader.h> #include <linux/interrupt.h> _ Patches currently in -mm which might be from jkacur@xxxxxxxxxx are linux-next.patch efirtc-explicitly-set-llseek-to-no_llseek.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