| commit | bf2a423ea0e78450838d425bdd511ac9b7424f96 | [log] [tgz] |
|---|---|---|
| author | Mark Brown <broonie@kernel.org> | Thu Sep 25 14:18:41 2025 +0100 |
| committer | Mark Brown <broonie@kernel.org> | Thu Sep 25 14:23:43 2025 +0100 |
| tree | d0f1c28f2a471ea453f4e7022ff961435c8f4ab6 | |
| parent | ddc68feced0ced2ead8732a42f7da49df2070dc8 [diff] |
selftests: kselftst: Fix build with nolibc
The recently added usage of stdbool.h in kselftest.h added the include
within the !NOLIBC guard defines, breaking the build for all nolibc
based tests. Move the inclusion out of the guards to fix things.
Fixes: f2662ec26b26 ("selftests: kselftest: Create ksft_print_dbg_msg()")
Signed-off-by: Mark Brown <broonie@kernel.org>