Move include of vmstat.h into mm.h Some inline functions in vmstat.h need inline definitions from mm.h So do the same as we already to for page-flags: Include vmstat.h in mm.h where it fits in. Signed-off-by: Christoph Lameter Index: linux-2.6.17-mm3/include/linux/mm.h =================================================================== --- linux-2.6.17-mm3.orig/include/linux/mm.h 2006-06-27 09:40:23.405892736 -0700 +++ linux-2.6.17-mm3/include/linux/mm.h 2006-06-27 10:29:56.424844789 -0700 @@ -4,7 +4,6 @@ #include #include #include -#include #ifdef __KERNEL__ @@ -524,6 +523,11 @@ static inline void set_page_links(struct set_page_section(page, pfn_to_section_nr(pfn)); } +/* + * Some inline functions in vmstat.h depend on page_zone() + */ +#include + #ifndef CONFIG_DISCONTIGMEM /* The array of struct pages - for discontigmem use pgdat->lmem_map */ extern struct page *mem_map; Index: linux-2.6.17-mm3/include/linux/page-flags.h =================================================================== --- linux-2.6.17-mm3.orig/include/linux/page-flags.h 2006-06-27 09:40:23.561156562 -0700 +++ linux-2.6.17-mm3/include/linux/page-flags.h 2006-06-27 10:27:36.956934646 -0700 @@ -6,7 +6,6 @@ #define PAGE_FLAGS_H #include -#include /* * Various page->flags bits: