selftests/futex: Drop logging.h include from futex_numa
authorAndré Almeida <andrealmeid@igalia.com>
Wed, 17 Sep 2025 21:21:53 +0000 (18:21 -0300)
committerThomas Gleixner <tglx@linutronix.de>
Sat, 20 Sep 2025 16:11:56 +0000 (18:11 +0200)
commitb257d91c4db5bafcc3f67eab120e75bda4f61137
treeeb75322f63c3fb0fa2b868e596826081734298ad
parentd35ca2f642726a2c8a85c5b864fd05f59f3965af
selftests/futex: Drop logging.h include from futex_numa

futex_numa doesn't really use logging.h helpers, it's only need two
includes from this file. So drop it and include the two missing
includes.

Signed-off-by: André Almeida <andrealmeid@igalia.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
tools/testing/selftests/futex/functional/futex_numa.c