]> www.infradead.org Git - users/willy/xarray.git/commit
mips: Remove posix_types.h include from sigcontext.h
authorXi Ruoyao <xry111@xry111.site>
Wed, 28 Aug 2024 03:04:14 +0000 (11:04 +0800)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Thu, 29 Aug 2024 08:46:00 +0000 (10:46 +0200)
commit439667fb943cfea46d7bde5c7b29c89efec3cbc7
treeb3ac79badbba35b0422bd5b3f43197c955feaeb2
parent6c4cdf4e126675d8ce0ead810c30831ee1c0997f
mips: Remove posix_types.h include from sigcontext.h

Nothing in sigcontext.h seems to require anything from
linux/posix_types.h.

It seems only a relict: in a Linux 2.6.11-rc2 patch [1] the
linux/types.h include was unexplainedly changed to a linux/posix_types.h
include.  I can only assume it was just an error.  Finally headers_check
complained "found __[us]{8,16,32,64} type without #include
<linux/types.h>" and commit ae612fb05b0f ("headers_check fix: mips,
sigcontext.h") added back the linux/types.h include, but it didn't
remove the posix_types.h include.

Remove it now.

[1]:https://kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.11-rc2/2.6.11-rc2-mm2/broken-out/mips-generic-mips-updates.patch

Signed-off-by: Xi Ruoyao <xry111@xry111.site>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/include/uapi/asm/sigcontext.h