The patch titled serial_core.h: include <linux/sysrq.h> has been removed from the -mm tree. Its filename was serial_coreh-include-linux-sysrqh.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ 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 file 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 @@ -152,6 +152,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 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