Re: [PATCH] regulator: uapi: Use UAPI integer type
From: Arnd Bergmann
Date: Mon Dec 22 2025 - 04:23:21 EST
On Mon, Dec 22, 2025, at 08:45, Thomas Weißschuh wrote:
> Using libc types and headers from the UAPI headers is problematic as it
> introduces a dependency on a full C toolchain.
>
> Use the fixed-width integer type provided by the UAPI headers instead.
>
> Signed-off-by: Thomas Weißschuh <thomas.weissschuh@xxxxxxxxxxxxx>
Acked-by: Arnd Bergmann <arnd@xxxxxxxx>
I have the exact same patch in my backlog for a different series,
thanks for getting it out first!