2009-09-24 11:29:37

by Jaswinder Singh Rajput

[permalink] [raw]
Subject: [PATCH] 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 <[email protected]>
Cc: KAMEZAWA Hiroyuki <[email protected]>
Cc: WANG Cong <[email protected]>
Cc: Mike Smith <[email protected]>
Cc: Nick Piggin <[email protected]>
Cc: Andrew Morton <[email protected]>
---
mm/vmalloc.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)

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 <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>
--
1.6.0.6


2009-09-29 14:29:30

by Christoph Lameter

[permalink] [raw]