Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

André Almeida and committed by
Thomas Gleixner
b257d91c d35ca2f6

+2 -1
+2 -1
tools/testing/selftests/futex/functional/futex_numa.c
··· 5 5 #include <sys/mman.h> 6 6 #include <fcntl.h> 7 7 #include <stdbool.h> 8 + #include <stdio.h> 9 + #include <stdlib.h> 8 10 #include <time.h> 9 11 #include <assert.h> 10 - #include "logging.h" 11 12 #include "futextest.h" 12 13 #include "futex2test.h" 13 14