]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
regulator: uapi: Use UAPI integer type
authorThomas Weißschuh <thomas.weissschuh@linutronix.de>
Mon, 22 Dec 2025 07:45:48 +0000 (08:45 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 22 Dec 2025 09:00:42 +0000 (09:00 +0000)
commitb61104e7a6349bd2c2b3e2fb3260d87f15eda8f4
tree98e8e7d6de3af547848d4f07736b52147deb400a
parent9448598b22c50c8a5bb77a9103e2d49f134c9578
regulator: uapi: Use UAPI integer type

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@linutronix.de>
Link: https://patch.msgid.link/20251222-uapi-regulator-v1-1-a71c66eb1a94@linutronix.de
Signed-off-by: Mark Brown <broonie@kernel.org>
include/uapi/regulator/regulator.h