Commit 81e41ea25b52ca8175ceb209438f14182a600d6d

Authored by Geert Uytterhoeven
Committed by Linus Torvalds
1 parent 324d666a53

kernel/sys.c: remove obsolete #include <linux/kexec.h>

Commit 15d94b82565e ("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@linux-m68k.org>
Cc: Robin Holt <holt@sgi.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

Showing 1 changed file with 0 additions and 1 deletions Side-by-side Diff

... ... @@ -16,7 +16,6 @@
16 16 #include <linux/perf_event.h>
17 17 #include <linux/resource.h>
18 18 #include <linux/kernel.h>
19   -#include <linux/kexec.h>
20 19 #include <linux/workqueue.h>
21 20 #include <linux/capability.h>
22 21 #include <linux/device.h>