Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754768AbaBGNEV (ORCPT ); Fri, 7 Feb 2014 08:04:21 -0500 Received: from mx1.redhat.com ([209.132.183.28]:1780 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752072AbaBGNER (ORCPT ); Fri, 7 Feb 2014 08:04:17 -0500 Message-ID: <52F4D9AE.7040401@redhat.com> Date: Fri, 07 Feb 2014 08:03:42 -0500 From: Rik van Riel User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Rashika Kheria , linux-kernel@vger.kernel.org CC: Andrew Morton , Peter Zijlstra , Mel Gorman , Ingo Molnar , linux-mm@kvack.org, josh@joshtriplett.org Subject: Re: [PATCH 2/9] mm: Mark functions as static in memory.c References: <2bd9a806eae6958a75de452ba1d09f5cb6e2f7bc.1391167128.git.rashika.kheria@gmail.com> In-Reply-To: <2bd9a806eae6958a75de452ba1d09f5cb6e2f7bc.1391167128.git.rashika.kheria@gmail.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 02/07/2014 07:03 AM, 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 Reviewed-by: Rik van Riel -- All rights reversed -- 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/