From: Jaswinder Singh Rajput Date: Wed, 7 Oct 2009 23:32:23 +0000 (-0700) Subject: mm: includecheck fix: vmalloc.c X-Git-Tag: 2.1b_release~10693 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3700c155af56b54adfc737ba3164a41de2c59d41;p=platform%2Fkernel%2Fkernel-mfld-blackbay.git 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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/mm/vmalloc.c b/mm/vmalloc.c index 69511e6..2f7c9d7 100644 --- a/mm/vmalloc.c +++ b/mm/vmalloc.c @@ -25,7 +25,6 @@ #include #include #include -#include #include #include #include