Re: [PATCH] hexagon: uapi: Fix structure alignment attribute
"Arnd Bergmann" <[email protected]>
| Newsgroups | org.kernel.vger.linux-hexagon,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]> Acked-by: Arnd Bergmann <[email protected]>