Commit 72ff13b7036bc7923e0f2b5f4a724ca260d49aab

Authored by Jaswinder Singh Rajput
Committed by Linus Torvalds
1 parent cff397e6b3

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

Showing 1 changed file with 0 additions and 2 deletions Side-by-side Diff

... ... @@ -56,8 +56,6 @@
56 56 no_printk(KERN_DEBUG FMT"\n", ##__VA_ARGS__)
57 57 #endif
58 58  
59   -#include "internal.h"
60   -
61 59 void *high_memory;
62 60 struct page *mem_map;
63 61 unsigned long max_mapnr;