From: Jaswinder Singh Rajput Date: Wed, 7 Oct 2009 23:32:23 +0000 (-0700) Subject: mm: includecheck fix: vmalloc.c X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=3700c155af56b54adfc737ba3164a41de2c59d41;p=GitHub%2FLineageOS%2FG12%2Fandroid_kernel_amlogic_linux-4.9.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 69511e663234..2f7c9d75c552 100644 --- a/mm/vmalloc.c +++ b/mm/vmalloc.c @@ -25,7 +25,6 @@ #include #include #include -#include #include #include #include