Revision 9ff42d10c3b3e26d9555878f31b9a2e5c24efa57 authored by Andre Przywara on 01 October 2015, 22:36:51 UTC, committed by Linus Torvalds on 02 October 2015, 01:42:35 UTC
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>
1 parent a523841
Raw File
.get_maintainer.ignore
Christoph Hellwig <hch@lst.de>
back to top