make zonelist_update_seq static
Cc: David Hildenbrand <david@redhat.com>
Cc: Mel Gorman <mgorman@techsingularity.net>
Cc: Michal Hocko <mhocko@suse.com>
Cc: Patrick Daly <quic_pdaly@quicinc.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
* retries the allocation if zonelist changes. Writer side is protected by the
* embedded spin_lock.
*/
-DEFINE_SEQLOCK(zonelist_update_seq);
+static DEFINE_SEQLOCK(zonelist_update_seq);
static unsigned int zonelist_iter_begin(void)
{