aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mmzone.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/mmzone.h')
-rw-r--r--include/linux/mmzone.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mmzone.h b/include/linux/mmzone.h
index f6f2c505fa7e..a367ed5bb3fe 100644
--- a/include/linux/mmzone.h
+++ b/include/linux/mmzone.h
@@ -652,7 +652,7 @@ typedef struct pglist_data {
652 652
653void get_zone_counts(unsigned long *active, unsigned long *inactive, 653void get_zone_counts(unsigned long *active, unsigned long *inactive,
654 unsigned long *free); 654 unsigned long *free);
655void build_all_zonelists(void); 655void build_all_zonelists(void *data);
656void wakeup_kswapd(struct zone *zone, int order); 656void wakeup_kswapd(struct zone *zone, int order);
657int zone_watermark_ok(struct zone *z, int order, unsigned long mark, 657int zone_watermark_ok(struct zone *z, int order, unsigned long mark,
658 int classzone_idx, int alloc_flags); 658 int classzone_idx, int alloc_flags);