mm: includecheck fix: vmalloc.c
authorJaswinder Singh Rajput <[email protected]>
Wed, 7 Oct 2009 23:32:23 +0000 (16:32 -0700)
committerLinus Torvalds <[email protected]>
Thu, 8 Oct 2009 14:36:38 +0000 (07:36 -0700)
fix the following 'make includecheck' warning:

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

Signed-off-by: Jaswinder Singh Rajput <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
mm/vmalloc.c

index 69511e663234482228909f373e247d21082e6ada..2f7c9d75c55224583209a799416971f75d4bc62b 100644 (file)
@@ -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>