]> 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)
commit60426d8303cd41f0c92f660934f2036cf54e5d7a
tree0cca2a5d1c0818a2a5bda3a5fb1f97870c664f5f
parentb4631a89048edfb720f75c2a41bbd1fb44515c44
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