]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: UAPI: unexport unistd_nr_{n32,n64,o32}.h
authorAlexander Lobakin <alobakin@pm.me>
Mon, 4 Jan 2021 15:41:48 +0000 (15:41 +0000)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Thu, 7 Jan 2021 16:14:56 +0000 (17:14 +0100)
commitccb21774863add648e709337919d2cfeefe4be49
treeaf6e08ba77460318e8379eafb1c5815d1e003121
parentc6f2a9e17b9bef7677caddb1626c2402f3e9d2bd
MIPS: UAPI: unexport unistd_nr_{n32,n64,o32}.h

unistd_nr_{n32,n64,o32}.h are needed only by include/asm/unistd.h,
which is a kernel-side header file, and their contents is generally
not for userland use.
Move their target destination from include/generated/uapi/asm/ to
include/generated/asm/ to disable exporting them as UAPI headers.

Signed-off-by: Alexander Lobakin <alobakin@pm.me>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/include/asm/Kbuild
arch/mips/include/uapi/asm/Kbuild
arch/mips/kernel/syscalls/Makefile