Commit db971418824381d3583c73751181fec76c743bf6

Authored by Michel Lespinasse
Committed by Linus Torvalds
1 parent 5d3a551c28

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>

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

... ... @@ -341,7 +341,6 @@
341 341 #define ZONE_RECLAIM_FULL -1
342 342 #define ZONE_RECLAIM_SOME 0
343 343 #define ZONE_RECLAIM_SUCCESS 1
344   -#endif
345 344  
346 345 extern int hwpoison_filter(struct page *p);
347 346  
... ... @@ -357,4 +356,6 @@
357 356 unsigned long, unsigned long);
358 357  
359 358 extern void set_pageblock_order(void);
  359 +
  360 +#endif /* __MM_INTERNAL_H */