Subject: + documentation-docbook-device-driverstmpl-fix-generation-of-device-drivers.patch added to -mm tree To: nicolas.dichtel@xxxxxxxxx,mingo@xxxxxxxxxx,peterz@xxxxxxxxxxxxx,rdunlap@xxxxxxxxxxxxx,rob@xxxxxxxxxxx From: akpm@xxxxxxxxxxxxxxxxxxxx Date: Fri, 22 Nov 2013 14:13:51 -0800 The patch titled Subject: Documentation/DocBook/device-drivers.tmpl: fix generation of device-drivers has been added to the -mm tree. Its filename is documentation-docbook-device-driverstmpl-fix-generation-of-device-drivers.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/documentation-docbook-device-driverstmpl-fix-generation-of-device-drivers.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/documentation-docbook-device-driverstmpl-fix-generation-of-device-drivers.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Nicolas Dichtel <nicolas.dichtel@xxxxxxxxx> Subject: Documentation/DocBook/device-drivers.tmpl: fix generation of device-drivers Since commit 7a6354e241d8 ("sched: Move wait.c into kernel/sched/"), the path of this file has changed. Signed-off-by: Nicolas Dichtel <nicolas.dichtel@xxxxxxxxx> Cc: Peter Zijlstra <peterz@xxxxxxxxxxxxx> Cc: Ingo Molnar <mingo@xxxxxxxxxx> Cc: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> Cc: Rob Landley <rob@xxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- Documentation/DocBook/device-drivers.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN Documentation/DocBook/device-drivers.tmpl~documentation-docbook-device-driverstmpl-fix-generation-of-device-drivers Documentation/DocBook/device-drivers.tmpl --- a/Documentation/DocBook/device-drivers.tmpl~documentation-docbook-device-driverstmpl-fix-generation-of-device-drivers +++ a/Documentation/DocBook/device-drivers.tmpl @@ -58,7 +58,7 @@ </sect1> <sect1><title>Wait queues and Wake events</title> !Iinclude/linux/wait.h -!Ekernel/wait.c +!Ekernel/sched/wait.c </sect1> <sect1><title>High-resolution timers</title> !Iinclude/linux/ktime.h _ Patches currently in -mm which might be from nicolas.dichtel@xxxxxxxxx are origin.patch documentation-docbook-device-driverstmpl-fix-generation-of-device-drivers.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