]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita4cdb9ceace30248e33e8846ef3fd640627e9d4c
tree0cca2a5d1c0818a2a5bda3a5fb1f97870c664f5f
parent5e81a46046abc7822b55de8d880e86c60969abdf
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