summaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/userfaultfd.h
diff options
context:
space:
mode:
authorAndre Przywara2015-10-02 00:36:51 +0200
committerLinus Torvalds2015-10-02 03:42:35 +0200
commit9ff42d10c3b3e26d9555878f31b9a2e5c24efa57 (patch)
tree83c7c568df204d7a2c07396b1edd975df3b052ef /include/uapi/linux/userfaultfd.h
parentarch/x86/include/asm/efi.h: fix build failure (diff)
downloadkernel-qcow2-linux-9ff42d10c3b3e26d9555878f31b9a2e5c24efa57.tar.gz
kernel-qcow2-linux-9ff42d10c3b3e26d9555878f31b9a2e5c24efa57.tar.xz
kernel-qcow2-linux-9ff42d10c3b3e26d9555878f31b9a2e5c24efa57.zip
userfaultfd: remove kernel header include from uapi header
As include/uapi/linux/userfaultfd.h is a user visible header file, it should not include kernel-exclusive header files. So trying to build the userfaultfd test program from the selftests directory fails, since it contains a reference to linux/compiler.h. As it turns out, that header is not really needed there, so we can simply remove it to fix that issue. Signed-off-by: Andre Przywara <andre.przywara@arm.com> Cc: Andrea Arcangeli <aarcange@redhat.com> Cc: Shuah Khan <shuahkh@osg.samsung.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/uapi/linux/userfaultfd.h')
-rw-r--r--include/uapi/linux/userfaultfd.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/uapi/linux/userfaultfd.h b/include/uapi/linux/userfaultfd.h
index df0e09bb7dd5..9057d7af3ae1 100644
--- a/include/uapi/linux/userfaultfd.h
+++ b/include/uapi/linux/userfaultfd.h
@@ -11,8 +11,6 @@
#include <linux/types.h>
-#include <linux/compiler.h>
-
#define UFFD_API ((__u64)0xAA)
/*
* After implementing the respective features it will become: