Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753155AbaBGUrS (ORCPT ); Fri, 7 Feb 2014 15:47:18 -0500 Received: from mail-pb0-f49.google.com ([209.85.160.49]:39687 "EHLO mail-pb0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751511AbaBGUrR (ORCPT ); Fri, 7 Feb 2014 15:47:17 -0500 Date: Fri, 7 Feb 2014 12:47:15 -0800 (PST) From: David Rientjes X-X-Sender: rientjes@chino.kir.corp.google.com To: Rashika Kheria cc: linux-kernel@vger.kernel.org, Andrew Morton , Peter Zijlstra , Mel Gorman , Ingo Molnar , Rik van Riel , linux-mm@kvack.org, josh@joshtriplett.org Subject: Re: [PATCH 2/9] mm: Mark functions as static in memory.c In-Reply-To: <2bd9a806eae6958a75de452ba1d09f5cb6e2f7bc.1391167128.git.rashika.kheria@gmail.com> Message-ID: References: <2bd9a806eae6958a75de452ba1d09f5cb6e2f7bc.1391167128.git.rashika.kheria@gmail.com> User-Agent: Alpine 2.02 (DEB 1266 2009-07-14) MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="531381512-1120541338-1391806036=:4212" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --531381512-1120541338-1391806036=:4212 Content-Type: TEXT/PLAIN; charset=UTF-8 Content-Transfer-Encoding: 8BIT On Fri, 7 Feb 2014, Rashika Kheria wrote: > Mark functions as static in memory.c because they are not used outside > this file. > > This eliminates the following warnings in mm/memory.c: > mm/memory.c:3530:5: warning: no previous prototype for ‘numa_migrate_prep’ [-Wmissing-prototypes] > mm/memory.c:3545:5: warning: no previous prototype for ‘do_numa_page’ [-Wmissing-prototypes] > > Signed-off-by: Rashika Kheria > Reviewed-by: Josh Triplett Acked-by: David Rientjes --531381512-1120541338-1391806036=:4212-- -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/