summaryrefslogtreecommitdiffstats
path: root/mm
diff options
context:
space:
mode:
authorThomas Garnier <thgarnie@google.com>2017-03-17 10:50:34 -0700
committerIngo Molnar <mingo@kernel.org>2017-03-18 09:48:00 +0100
commitf991376e444aee8f5643a45703c1433bf7948940 (patch)
treecc5c53571b98533d26cfe24f21b62e85f9e84197 /mm
parent74c8ce958dbf0b64f198becb5d8aa93afb967438 (diff)
downloadlinux-f991376e444aee8f5643a45703c1433bf7948940.tar.gz
linux-f991376e444aee8f5643a45703c1433bf7948940.tar.bz2
linux-f991376e444aee8f5643a45703c1433bf7948940.zip
x86/mm: Correct fixmap header usage on adaptable MODULES_END
This patch removes fixmap header usage on non-x86 code that was introduced by the adaptable MODULE_END change. Signed-off-by: Thomas Garnier <thgarnie@google.com> Cc: Andrew Morton <akpm@linux-foundation.org> Cc: Linus Torvalds <torvalds@linux-foundation.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: linux-mm@kvack.org Link: http://lkml.kernel.org/r/20170317175034.4701-1-thgarnie@google.com Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'mm')
-rw-r--r--mm/vmalloc.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/mm/vmalloc.c b/mm/vmalloc.c
index b7d2a23349f4..0dd80222b20b 100644
--- a/mm/vmalloc.c
+++ b/mm/vmalloc.c
@@ -36,10 +36,6 @@
#include <asm/tlbflush.h>
#include <asm/shmparam.h>
-#ifdef CONFIG_X86
-# include <asm/fixmap.h>
-#endif
-
#include "internal.h"
struct vfree_deferred {