net: remove compat_sys_*() prototypes from net/compat.h
authorDominik Brodowski <linux@dominikbrodowski.net>
Sun, 25 Mar 2018 18:18:18 +0000 (20:18 +0200)
committerDominik Brodowski <linux@dominikbrodowski.net>
Mon, 2 Apr 2018 18:16:17 +0000 (20:16 +0200)
commit0621150d4a4e17ca6c104ec6e6bcfe6127b33c90
tree2ec500ebdbb0cd49843c1035f2adae189e6430a3
parent3c1c456f9b96c208c9dc9ad7aa3be36b8d488504
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 <davem@davemloft.net>
Cc: netdev@vger.kernel.org
Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
include/net/compat.h