All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mm: includecheck fix for mm/nommu.c
@ 2009-08-09 14:19 Jaswinder Singh Rajput
  0 siblings, 0 replies; only message in thread
From: Jaswinder Singh Rajput @ 2009-08-09 14:19 UTC (permalink / raw)
  To: Andrew Morton, LKML


fix the following 'make includecheck' warning:

  mm/nommu.c: internal.h is included more than once.

Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
---
 mm/nommu.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/mm/nommu.c b/mm/nommu.c
index 53cab10..e1ae0f9 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;
-- 
1.6.0.6




^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2009-08-09 14:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-08-09 14:19 [PATCH] mm: includecheck fix for mm/nommu.c Jaswinder Singh Rajput

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.