projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
324d666
)
kernel/sys.c: remove obsolete #include <linux/kexec.h>
author
Geert Uytterhoeven
<
[email protected]
>
Tue, 12 Nov 2013 23:08:43 +0000
(15:08 -0800)
committer
Linus Torvalds
<
[email protected]
>
Wed, 13 Nov 2013 03:09:13 +0000
(12:09 +0900)
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 <
[email protected]
>
Cc: Robin Holt <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
kernel/sys.c
patch
|
blob
|
history
diff --git
a/kernel/sys.c
b/kernel/sys.c
index c18ecca575b42e0dcc9e12e2fc5c279983d9eb57..c72311324ea76ef2c9ae9514d2a30e4aa7c4be66 100644
(file)
--- 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>