Skip to content

Commit

Permalink
mmzone.h: remove dead prototype
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Alexander Nevenchannyy authored and Linus Torvalds committed Aug 10, 2010
1 parent 31f961a commit b645bd1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/linux/mmzone.h
Original file line number Diff line number Diff line change
Expand Up @@ -651,8 +651,6 @@ typedef struct pglist_data {
#include <linux/memory_hotplug.h>

extern struct mutex zonelists_mutex;
void get_zone_counts(unsigned long *active, unsigned long *inactive,
unsigned long *free);
void build_all_zonelists(void *data);
void wakeup_kswapd(struct zone *zone, int order);
int zone_watermark_ok(struct zone *z, int order, unsigned long mark,
Expand Down

0 comments on commit b645bd1

Please sign in to comment.