MIPS: Fix siginfo.h to use strict posix types
authorJames Hogan <james.hogan@imgtec.com>
Mon, 8 Feb 2016 18:43:49 +0000 (18:43 +0000)
committerSasha Levin <sasha.levin@oracle.com>
Fri, 3 Jun 2016 23:15:50 +0000 (19:15 -0400)
commit22a4a25999d813d6256077de45f859411b766cd9
tree8f89058b3dc84bf5b367154c1043089b9f023721
parent5b59ae1ed02bc606b5c32e4ce3f5afd6691cafb4
MIPS: Fix siginfo.h to use strict posix types

[ Upstream commit 5daebc477da4dfeb31ae193d83084def58fd2697 ]

Commit 85efde6f4e0d ("make exported headers use strict posix types")
changed the asm-generic siginfo.h to use the __kernel_* types, and
commit 3a471cbc081b ("remove __KERNEL_STRICT_NAMES") make the internal
types accessible only to the kernel, but the MIPS implementation hasn't
been updated to match.

Switch to proper types now so that the exported asm/siginfo.h won't
produce quite so many compiler errors when included alone by a user
program.

Signed-off-by: James Hogan <james.hogan@imgtec.com>
Cc: Christopher Ferris <cferris@google.com>
Cc: linux-mips@linux-mips.org
Cc: <stable@vger.kernel.org> # 2.6.30-
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/12477/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
arch/mips/include/uapi/asm/siginfo.h