The patch titled serial_core.h: Include <linux/sysrq.h> has been added to the -mm tree. Its filename is serial_coreh-include-linux-sysrqh.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: serial_core.h: Include <linux/sysrq.h> From: "Maciej W. Rozycki" <macro@xxxxxxxxxxxxxx> The <linux/serial_core.h> header refers to handle_sysrq(), but does not include <linux/sysrq.h> which provides a declaration of the function. This may result in an implicit declaration and a warning if the actual one is seen later on. Signed-off-by: Maciej W. Rozycki <macro@xxxxxxxxxxxxxx> Cc: Russell King <rmk@xxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/serial_core.h | 1 + 1 files changed, 1 insertion(+) diff -puN include/linux/serial_core.h~serial_coreh-include-linux-sysrqh include/linux/serial_core.h --- a/include/linux/serial_core.h~serial_coreh-include-linux-sysrqh +++ a/include/linux/serial_core.h @@ -153,6 +153,7 @@ #include <linux/sched.h> #include <linux/tty.h> #include <linux/mutex.h> +#include <linux/sysrq.h> struct uart_port; struct uart_info; _ Patches currently in -mm which might be from macro@xxxxxxxxxxxxxx are origin.patch serial_coreh-include-linux-sysrqh.patch zs-move-to-the-serial-subsystem.patch zs-move-to-the-serial-subsystem-update.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