Commit 15d94b82565ebfb0cf27830b96e6cf5ed2d12a9a ("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 <[email protected]> --- kernel/sys.c | 1 - 1 file changed, 1 deletion(-) diff --git a/kernel/sys.c b/kernel/sys.c index c18ecca..c723113 100644 --- a/kernel/sys.c +++ b/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> -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

