diff options
Diffstat (limited to 'include/linux/mmzone.h')
-rw-r--r-- | include/linux/mmzone.h | 2 |
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 | ||
653 | void get_zone_counts(unsigned long *active, unsigned long *inactive, | 653 | void get_zone_counts(unsigned long *active, unsigned long *inactive, |
654 | unsigned long *free); | 654 | unsigned long *free); |
655 | void build_all_zonelists(void); | 655 | void build_all_zonelists(void *data); |
656 | void wakeup_kswapd(struct zone *zone, int order); | 656 | void wakeup_kswapd(struct zone *zone, int order); |
657 | int zone_watermark_ok(struct zone *z, int order, unsigned long mark, | 657 | int 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); |