Skip to content

Commit

Permalink
mm: includecheck fix for mm/nommu.c
Browse files Browse the repository at this point in the history
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>
Cc: David Howells <dhowells@redhat.com>
Acked-by: Greg Ungerer <gerg@snapgear.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Jaswinder Singh Rajput authored and Linus Torvalds committed Sep 22, 2009
1 parent cff397e commit 72ff13b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mm/nommu.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 72ff13b

Please sign in to comment.