]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitdb5872d1870bba4c62fb3326d50a6a9c245ab5c1
tree0509fae68343f86403f4a15305ccaa823733899c
parent434aa367e558c6bfae0ce2e59bc24dd471523187
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