aboutsummaryrefslogtreecommitdiffstats
path: root/mm/internal.h
diff options
context:
space:
mode:
authorMichel Lespinasse <walken@google.com>2012-10-08 19:29:34 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2012-10-09 03:22:24 -0400
commitdb971418824381d3583c73751181fec76c743bf6 (patch)
treeed06d4ab7de3ba8868a8696223dc2fc299e690be /mm/internal.h
parent5d3a551c28c6669dc43be40d8fafafbc2ec8f42b (diff)
mm: adjust final #endif position in mm/internal.h
Make sure the #endif that terminates the standard #ifndef / #define / #endif construct gets labeled, and gets positioned at the end of the file as is normally the case. Signed-off-by: Michel Lespinasse <walken@google.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm/internal.h')
-rw-r--r--mm/internal.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/mm/internal.h b/mm/internal.h
index e549a7fbc296..bbd7b34db4ea 100644
--- a/mm/internal.h
+++ b/mm/internal.h
@@ -341,7 +341,6 @@ static inline void mminit_validate_memmodel_limits(unsigned long *start_pfn,
341#define ZONE_RECLAIM_FULL -1 341#define ZONE_RECLAIM_FULL -1
342#define ZONE_RECLAIM_SOME 0 342#define ZONE_RECLAIM_SOME 0
343#define ZONE_RECLAIM_SUCCESS 1 343#define ZONE_RECLAIM_SUCCESS 1
344#endif
345 344
346extern int hwpoison_filter(struct page *p); 345extern int hwpoison_filter(struct page *p);
347 346
@@ -357,3 +356,5 @@ extern unsigned long vm_mmap_pgoff(struct file *, unsigned long,
357 unsigned long, unsigned long); 356 unsigned long, unsigned long);
358 357
359extern void set_pageblock_order(void); 358extern void set_pageblock_order(void);
359
360#endif /* __MM_INTERNAL_H */