syscalls: sort syscall prototypes in include/linux/compat.h
authorDominik Brodowski <linux@dominikbrodowski.net>
Sun, 25 Mar 2018 21:04:48 +0000 (23:04 +0200)
committerDominik Brodowski <linux@dominikbrodowski.net>
Mon, 2 Apr 2018 18:16:17 +0000 (20:16 +0200)
commitc679a08983db7c1eb09930570b92ff7c9fd59c1c
tree0509fae68343f86403f4a15305ccaa823733899c
parent0621150d4a4e17ca6c104ec6e6bcfe6127b33c90
syscalls: sort syscall prototypes in include/linux/compat.h

Shuffle the syscall prototypes in include/linux/compat.h around so
that they are kept in the same order as in
include/uapi/asm-generic/unistd.h. The individual entries are kept
the same, and neither modified to bring them in line with kernel coding
style nor wrapped in proper ifdefs -- as an exception to this, add the
prefix "asmlinkage" where it was missing.

Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
include/linux/compat.h