Subject: + kernel-sysc-remove-obsolete-include-linux-kexech.patch added to -mm tree To: geert@xxxxxxxxxxxxxx,holt@xxxxxxx From: akpm@xxxxxxxxxxxxxxxxxxxx Date: Thu, 26 Sep 2013 14:50:48 -0700 The patch titled Subject: kernel/sys.c: remove obsolete #include <linux/kexec.h> has been added to the -mm tree. Its filename is kernel-sysc-remove-obsolete-include-linux-kexech.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/kernel-sysc-remove-obsolete-include-linux-kexech.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/kernel-sysc-remove-obsolete-include-linux-kexech.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: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> Subject: kernel/sys.c: remove obsolete #include <linux/kexec.h> 15d94b82565ebfb0 ("reboot: move shutdown/reboot related functions to kernel/reboot.c") moved all kexec-related functionality to kernel/reboot.c, so kernel/sys.c no longer needs to include <linux/kexec.h>. Signed-off-by: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> Cc: Robin Holt <holt@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- kernel/sys.c | 1 - 1 file changed, 1 deletion(-) diff -puN kernel/sys.c~kernel-sysc-remove-obsolete-include-linux-kexech kernel/sys.c --- a/kernel/sys.c~kernel-sysc-remove-obsolete-include-linux-kexech +++ a/kernel/sys.c @@ -16,7 +16,6 @@ #include <linux/perf_event.h> #include <linux/resource.h> #include <linux/kernel.h> -#include <linux/kexec.h> #include <linux/workqueue.h> #include <linux/capability.h> #include <linux/device.h> _ Patches currently in -mm which might be from geert@xxxxxxxxxxxxxx are origin.patch genirq-correct-fuzzy-and-fragile-irq_retval-definition.patch makefile-enable-werror=implicit-int-and-werror=strict-prototypes-by-default.patch mm-kconfig-fix-grammar-s-an-a.patch syscallsh-use-gcc-alias-instead-of-assembler-aliases-for-syscalls.patch scripts-mod-modpostc-handle-non-abs-crc-symbols.patch kernel-sysc-remove-obsolete-include-linux-kexech.patch inith-document-the-existence-of-__initconst.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