Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit db971418 authored by Michel Lespinasse's avatar Michel Lespinasse Committed by Linus Torvalds
Browse files

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: default avatarMichel Lespinasse <walken@google.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 5d3a551c
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -341,7 +341,6 @@ static inline void mminit_validate_memmodel_limits(unsigned long *start_pfn,
#define ZONE_RECLAIM_FULL	-1
#define ZONE_RECLAIM_FULL	-1
#define ZONE_RECLAIM_SOME	0
#define ZONE_RECLAIM_SOME	0
#define ZONE_RECLAIM_SUCCESS	1
#define ZONE_RECLAIM_SUCCESS	1
#endif


extern int hwpoison_filter(struct page *p);
extern int hwpoison_filter(struct page *p);


@@ -357,3 +356,5 @@ extern unsigned long vm_mmap_pgoff(struct file *, unsigned long,
        unsigned long, unsigned long);
        unsigned long, unsigned long);


extern void set_pageblock_order(void);
extern void set_pageblock_order(void);

#endif	/* __MM_INTERNAL_H */