From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753441AbaBGU5e (ORCPT ); Fri, 7 Feb 2014 15:57:34 -0500 Received: from mail-pa0-f42.google.com ([209.85.220.42]:59502 "EHLO mail-pa0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752009AbaBGU5b (ORCPT ); Fri, 7 Feb 2014 15:57:31 -0500 Date: Fri, 7 Feb 2014 12:57:28 -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 , Johannes Weiner , Joonsoo Kim , Jiang Liu , Wanpeng Li , linux-mm@kvack.org, josh@joshtriplett.org Subject: Re: [PATCH 8/9] mm: Mark function as static in nobootmem.c In-Reply-To: Message-ID: References: User-Agent: Alpine 2.02 (DEB 1266 2009-07-14) MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="531381512-1527980306-1391806649=: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-1527980306-1391806649=:4212 Content-Type: TEXT/PLAIN; charset=UTF-8 Content-Transfer-Encoding: 8BIT On Fri, 7 Feb 2014, Rashika Kheria wrote: > Mark function as static in nobootmem.c because it is not used outside > this file. > > This eliminates the following warning in mm/nobootmem.c: > mm/nobootmem.c:324:15: warning: no previous prototype for ‘___alloc_bootmem_node’ [-Wmissing-prototypes] > > Signed-off-by: Rashika Kheria > Reviewed-by: Josh Triplett Acked-by: David Rientjes --531381512-1527980306-1391806649=:4212--