From: Michael S. Tsirkin Date: Fri, 8 Feb 2019 06:02:53 +0000 (-0500) Subject: x86/mpx: tweak header name X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=e844f2c11080ab5f3e3fa77ca09a7719d256a98a;p=openwrt%2Fstaging%2Fblogic.git x86/mpx: tweak header name Use linux/mman.h to make sure we get all mmap flags we need. Signed-off-by: Michael S. Tsirkin Signed-off-by: Arnd Bergmann --- diff --git a/arch/x86/mm/mpx.c b/arch/x86/mm/mpx.c index de1851d15699..c805db6236b4 100644 --- a/arch/x86/mm/mpx.c +++ b/arch/x86/mm/mpx.c @@ -9,12 +9,12 @@ #include #include #include +#include #include #include #include #include -#include #include #include #include