summaryrefslogtreecommitdiffstats
path: root/include/linux/vmstat.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/vmstat.h')
-rw-r--r--include/linux/vmstat.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/vmstat.h b/include/linux/vmstat.h
index 02fce415b3d9..d2da8e053210 100644
--- a/include/linux/vmstat.h
+++ b/include/linux/vmstat.h
@@ -163,12 +163,10 @@ static inline unsigned long zone_page_state_snapshot(struct zone *zone,
163#ifdef CONFIG_NUMA 163#ifdef CONFIG_NUMA
164 164
165extern unsigned long node_page_state(int node, enum zone_stat_item item); 165extern unsigned long node_page_state(int node, enum zone_stat_item item);
166extern void zone_statistics(struct zone *, struct zone *, gfp_t gfp);
167 166
168#else 167#else
169 168
170#define node_page_state(node, item) global_page_state(item) 169#define node_page_state(node, item) global_page_state(item)
171#define zone_statistics(_zl, _z, gfp) do { } while (0)
172 170
173#endif /* CONFIG_NUMA */ 171#endif /* CONFIG_NUMA */
174 172