diff options
author | Alexander Nevenchannyy <a.nevenchannyy@gmail.com> | 2010-08-09 20:19:00 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-08-09 23:44:57 -0400 |
commit | b645bd1286f2fbcd2eb4ab3bed5884f63c42e363 (patch) | |
tree | 7649eb3fbe4afeb01e9403e71b0546a37406a33e /include/linux | |
parent | 31f961a89bd1cb9baaf32af4bd8b571ace3447b1 (diff) |
mmzone.h: remove dead prototype
get_zone_counts() was dropped from kernel tree, see:
http://www.mail-archive.com/mm-commits@vger.kernel.org/msg07313.html but
its prototype remains.
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/mmzone.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/mmzone.h b/include/linux/mmzone.h index b4d109e389b8..9ed9c459b14c 100644 --- a/include/linux/mmzone.h +++ b/include/linux/mmzone.h | |||
@@ -651,8 +651,6 @@ typedef struct pglist_data { | |||
651 | #include <linux/memory_hotplug.h> | 651 | #include <linux/memory_hotplug.h> |
652 | 652 | ||
653 | extern struct mutex zonelists_mutex; | 653 | extern struct mutex zonelists_mutex; |
654 | void get_zone_counts(unsigned long *active, unsigned long *inactive, | ||
655 | unsigned long *free); | ||
656 | void build_all_zonelists(void *data); | 654 | void build_all_zonelists(void *data); |
657 | void wakeup_kswapd(struct zone *zone, int order); | 655 | void wakeup_kswapd(struct zone *zone, int order); |
658 | int zone_watermark_ok(struct zone *z, int order, unsigned long mark, | 656 | int zone_watermark_ok(struct zone *z, int order, unsigned long mark, |