From: Jaswinder Singh Rajput Date: Tue, 22 Sep 2009 00:02:53 +0000 (-0700) Subject: mm: includecheck fix for mm/nommu.c X-Git-Tag: v2.6.32-rc1~519 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=72ff13b7036bc7923e0f2b5f4a724ca260d49aab;p=~emulex%2Finfiniband.git mm: includecheck fix for mm/nommu.c Fix the following 'make includecheck' warning: mm/nommu.c: internal.h is included more than once. Signed-off-by: Jaswinder Singh Rajput Cc: David Howells Acked-by: Greg Ungerer Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/mm/nommu.c b/mm/nommu.c index 66e81e7e9fe..3b90086e85a 100644 --- a/mm/nommu.c +++ b/mm/nommu.c @@ -56,8 +56,6 @@ void no_printk(const char *fmt, ...) no_printk(KERN_DEBUG FMT"\n", ##__VA_ARGS__) #endif -#include "internal.h" - void *high_memory; struct page *mem_map; unsigned long max_mapnr;