commit | 0621150d4a4e17ca6c104ec6e6bcfe6127b33c90 | [log] [tgz] |
---|---|---|
author | Dominik Brodowski <[email protected]> | Sun Mar 25 20:18:18 2018 +0200 |
committer | Dominik Brodowski <[email protected]> | Mon Apr 02 20:16:17 2018 +0200 |
tree | 2ec500ebdbb0cd49843c1035f2adae189e6430a3 | |
parent | 3c1c456f9b96c208c9dc9ad7aa3be36b8d488504 [diff] |
net: remove compat_sys_*() prototypes from net/compat.h As the syscall functions should only be called from the system call table but not from elsewhere in the kernel, it is sufficient that they are defined in linux/compat.h. Cc: David S. Miller <[email protected]> Cc: [email protected] Signed-off-by: Dominik Brodowski <[email protected]>