The patch titled uml: remove a duplicate include has been removed from the -mm tree. Its filename was uml-remove-a-duplicate-include.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: uml: remove a duplicate include From: Huang Weiyi <weiyi.huang@xxxxxxxxx> Removed duplicated include file "kern_util.h" in arch/um/drivers/ubd_kern.c. Signed-off-by: Huang Weiyi <weiyi.huang@xxxxxxxxx> Signed-off-by: Jeff Dike <jdike@xxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/um/drivers/ubd_kern.c | 1 - 1 file changed, 1 deletion(-) diff -puN arch/um/drivers/ubd_kern.c~uml-remove-a-duplicate-include arch/um/drivers/ubd_kern.c --- a/arch/um/drivers/ubd_kern.c~uml-remove-a-duplicate-include +++ a/arch/um/drivers/ubd_kern.c @@ -49,7 +49,6 @@ #include "irq_user.h" #include "irq_kern.h" #include "ubd_user.h" -#include "kern_util.h" #include "os.h" #include "mem.h" #include "mem_kern.h" _ Patches currently in -mm which might be from weiyi.huang@xxxxxxxxx are origin.patch linux-next.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