]> git.baikalelectronics.ru Git - kernel.git/commit
kernel/sys.c: remove obsolete #include <linux/kexec.h>
authorGeert Uytterhoeven <geert@linux-m68k.org>
Tue, 12 Nov 2013 23:08:43 +0000 (15:08 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 13 Nov 2013 03:09:13 +0000 (12:09 +0900)
commit52431e6b91d0574b167d5eab271f0634b5431ab9
tree438ef68b2f3ced1adb6ba24a48950c18bb219973
parentc1d3b2c3004d926f59c3fe54b3466cecd457a835
kernel/sys.c: remove obsolete #include <linux/kexec.h>

Commit e0533274f2ca ("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>
kernel/sys.c