On Sun, Mar 11, 2018 at 11:55:35AM +0100, Dominik Brodowski wrote: > While at it, use SYSCALL_DEFINE3() instead of a hand-crafted syscall > definition. > > CC: Thomas Gleixner <[email protected]> > CC: Ingo Molnar <[email protected]> > CC: Greg Kroah-Hartman <[email protected]> > CC: Jiri Slaby <[email protected]> > CC: [email protected] > Signed-off-by: Dominik Brodowski <[email protected]> > --- > arch/x86/include/asm/syscalls.h | 1 + > arch/x86/kernel/ioport.c | 7 ++++++- > drivers/tty/vt/vt_ioctl.c | 6 +++--- > 3 files changed, 10 insertions(+), 4 deletions(-)
Acked-by: Greg Kroah-Hartman <[email protected]>

