From abe1e395f6171cb2d07330c690fe0285f7f859e6 Mon Sep 17 00:00:00 2001 From: Dave Hansen Date: Mon, 17 Nov 2014 16:36:08 -0800 Subject: [PATCH] fs: Do not include mpx.h in exec.c We no longer need mpx.h in exec.c. This will obviously also break the build for non-x86 builds. We get the MPX includes that we need from mmu_context.h now. Signed-off-by: Dave Hansen Cc: Dave Hansen Link: http://lkml.kernel.org/r/20141118003608.837015B3@viggo.jf.intel.com Signed-off-by: Thomas Gleixner --- fs/exec.c | 1 - 1 file changed, 1 deletion(-) diff --git a/fs/exec.c b/fs/exec.c index 65d4f5c70ef4..01aebe300200 100644 --- a/fs/exec.c +++ b/fs/exec.c @@ -60,7 +60,6 @@ #include #include #include -#include #include #include "internal.h" -- 2.34.1