Re: [PATCH] hexagon: uapi: Fix structure alignment attribute
From: Arnd Bergmann
Date: Mon Dec 22 2025 - 04:23:54 EST
On Mon, Dec 22, 2025, at 08:40, Thomas Weißschuh wrote:
> __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@xxxxxxxxxxxxx>
Acked-by: Arnd Bergmann <arnd@xxxxxxxx>