Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753444AbaBGUt5 (ORCPT ); Fri, 7 Feb 2014 15:49:57 -0500 Received: from mail-pd0-f171.google.com ([209.85.192.171]:38971 "EHLO mail-pd0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752119AbaBGUtz (ORCPT ); Fri, 7 Feb 2014 15:49:55 -0500 Date: Fri, 7 Feb 2014 12:49:53 -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 , Mel Gorman , Rik van Riel , Naoya Horiguchi , Ingo Molnar , linux-mm@kvack.org, josh@joshtriplett.org Subject: Re: [PATCH 5/9] mm: Mark functions as static in migrate.c In-Reply-To: <2f62d7bb34ad1797b2990524239d4de90f8073a4.1391167128.git.rashika.kheria@gmail.com> Message-ID: References: <2f62d7bb34ad1797b2990524239d4de90f8073a4.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-1629610436-1391806194=: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-1629610436-1391806194=: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 migrate.c because they are not used outside > this file. > > This eliminates the following warnings in mm/migrate.c: > mm/migrate.c:1595:6: warning: no previous prototype for ‘numamigrate_update_ratelimit’ [-Wmissing-prototypes] > mm/migrate.c:1619:5: warning: no previous prototype for ‘numamigrate_isolate_page’ [-Wmissing-prototypes] > > Signed-off-by: Rashika Kheria > Reviewed-by: Josh Triplett Acked-by: David Rientjes --531381512-1629610436-1391806194=: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/