Skip to content

Commit abe1e39

Browse files
hansendcKAGA-KOKO
authored andcommitted
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 <dave.hansen@linux.intel.com> Cc: Dave Hansen <dave@sr71.net> Link: http://lkml.kernel.org/r/20141118003608.837015B3@viggo.jf.intel.com Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
1 parent 5776563 commit abe1e39

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

fs/exec.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@
6060
#include <asm/uaccess.h>
6161
#include <asm/mmu_context.h>
6262
#include <asm/tlb.h>
63-
#include <asm/mpx.h>
6463

6564
#include <trace/events/task.h>
6665
#include "internal.h"

0 commit comments

Comments
 (0)