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

selftests/kcmp: Don't include kernel headers

The kcmp test mucks with the include path to bring in the kernel
headers, and x86 headers too for reasons that are not clear.

Now that kcmp.h is exported none of that should be necessary.

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Acked-by: Cyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>

authored by

Michael Ellerman and committed by
Shuah Khan
41ec8cdc 3f4994cf

-4
-4
tools/testing/selftests/kcmp/Makefile
··· 8 8 ARCH := x86 9 9 CFLAGS := -DCONFIG_X86_64 -D__x86_64__ 10 10 endif 11 - 12 - CFLAGS += -I../../../../arch/x86/include/generated/ 13 - CFLAGS += -I../../../../include/ 14 11 CFLAGS += -I../../../../usr/include/ 15 - CFLAGS += -I../../../../arch/x86/include/ 16 12 17 13 all: 18 14 ifeq ($(ARCH),x86)