kexec: move sys_kexec_load() prototype to syscalls.h
authorDominik Brodowski <linux@dominikbrodowski.net>
Thu, 22 Mar 2018 16:46:57 +0000 (17:46 +0100)
committerDominik Brodowski <linux@dominikbrodowski.net>
Mon, 2 Apr 2018 18:16:15 +0000 (20:16 +0200)
commit1bec510a9ebf00baa1aa8751e4a5d88b54efb748
tree0cca2a5d1c0818a2a5bda3a5fb1f97870c664f5f
parent4c8ca51af730cce5cc5fdc7605f8aa20575c0731
kexec: move sys_kexec_load() prototype to syscalls.h

As the syscall function should only be called from the system call table
but not from elsewhere in the kernel, move the prototype for
sys_kexec_load() to include/syscall.h.

Cc: Eric Biederman <ebiederm@xmission.com>
Cc: kexec@lists.infradead.org
Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
include/linux/kexec.h
include/linux/syscalls.h