parisc: remove __NR_Linux from uapi header file.
authorFiroz Khan <firoz.khan@linaro.org>
Mon, 19 Nov 2018 06:11:59 +0000 (11:41 +0530)
committerHelge Deller <deller@gmx.de>
Mon, 10 Dec 2018 07:26:03 +0000 (08:26 +0100)
commit28ff62a4b41ea782d07a4f219fbbb60d3c705e39
treededd3a00ff259fafc3cf8e67de9c7f3551e2b538
parentdbf91a54f7cbf2b33c622e42ec0ec87f0423426c
parisc: remove __NR_Linux from uapi header file.

The __NR_Linux defined as 0 to support HP-UX syscalls along
with an offset to other system call. But support for HP-UX
is gone and there is no need to define __NR_Linux as 0.

One of the patch in this patch series will generate uapi header
file which does have offset logic support. But here the offset
value __NR_Linux defined as 0 and it doesn't make much effect.
So remove the offset  __NR_Linux from uapi header file.

Signed-off-by: Firoz Khan <firoz.khan@linaro.org>
Acked-by: Helge Deller <deller@gmx.de>
Signed-off-by: Helge Deller <deller@gmx.de>
arch/parisc/include/uapi/asm/unistd.h