sparc: move __IGNORE* entries to non uapi header
authorFiroz Khan <firoz.khan@linaro.org>
Wed, 14 Nov 2018 05:26:28 +0000 (10:56 +0530)
committerDavid S. Miller <davem@davemloft.net>
Mon, 19 Nov 2018 02:52:21 +0000 (18:52 -0800)
commitd441f93dd07262e3d7520cc51de7db2333186b88
tree722150b2711e6e3f080b753328e3f136fdd1b1aa
parent20a9da34ae009176e443e217f3747635fc4bc57f
sparc: move __IGNORE* entries to non uapi header

All the __IGNORE* entries are resides in the uapi header
file move to non uapi header asm/unistd.h as it is not
used by any user space applications.

It is correct to keep __IGNORE* entry in non uapi header
asm/unistd.h while uapi/asm/unistd.h must hold information
only useful for user space applications.

One of the patch in this patch series will generate uapi
header file. The information which directly used by the
user space application must be present in uapi file.

Signed-off-by: Firoz Khan <firoz.khan@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc/include/asm/unistd.h
arch/sparc/include/uapi/asm/unistd.h