]> git.ipfire.org Git - thirdparty/linux.git/commit
hexagon: uapi: Fix structure alignment attribute
authorThomas Weißschuh <thomas.weissschuh@linutronix.de>
Fri, 27 Feb 2026 06:37:59 +0000 (07:37 +0100)
committerNicolas Schier <nsc@kernel.org>
Thu, 12 Mar 2026 11:48:07 +0000 (12:48 +0100)
commit47bca1cbf692b89defbf4db27495813f82d5e3ff
tree39adec644e86a85039842b410f034efc728ad287
parent7239ae5331ae077c2621740a5db89e65611182cd
hexagon: uapi: Fix structure alignment attribute

__aligned() is a kernel macro, which is not available in UAPI headers.

Use the compiler-provided alignment attribute directly.

Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Nathan Chancellor <nathan@kernel.org>
Reviewed-by: Nicolas Schier <nsc@kernel.org>
Tested-by: Nicolas Schier <nsc@kernel.org>
Link: https://patch.msgid.link/20260227-kbuild-uapi-libc-v1-1-c17de0d19776@weissschuh.net
Signed-off-by: Nicolas Schier <nsc@kernel.org>
arch/hexagon/include/uapi/asm/sigcontext.h