git » linux-kernel » commit 3700c15

mm: includecheck fix: vmalloc.c

author Jaswinder Singh Rajput
2009-10-07 23:32:23 UTC
committer Linus Torvalds
2009-10-08 14:36:38 UTC
parent c73602ad31cdcf7e6651f43d12f65b5b9b825b6f

mm: includecheck fix: vmalloc.c

fix the following 'make includecheck' warning:

  mm/vmalloc.c: linux/highmem.h is included more than once.

Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

mm/vmalloc.c +0 -1

diff --git a/mm/vmalloc.c b/mm/vmalloc.c
index 69511e66323..2f7c9d75c55 100644
--- a/mm/vmalloc.c
+++ b/mm/vmalloc.c
@@ -25,7 +25,6 @@
 #include <linux/rcupdate.h>
 #include <linux/pfn.h>
 #include <linux/kmemleak.h>
-#include <linux/highmem.h>
 #include <asm/atomic.h>
 #include <asm/uaccess.h>
 #include <asm/tlbflush.h>