From: Alexander Nevenchannyy Date: Tue, 10 Aug 2010 00:19:00 +0000 (-0700) Subject: mmzone.h: remove dead prototype X-Git-Tag: firefly_0821_release~9833^2~1181 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=b645bd1286f2fbcd2eb4ab3bed5884f63c42e363;p=firefly-linux-kernel-4.4.55.git 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 Signed-off-by: Linus Torvalds --- 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 { #include 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,