From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756614AbbI1HZi (ORCPT ); Mon, 28 Sep 2015 03:25:38 -0400 Received: from mx2.suse.de ([195.135.220.15]:37457 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754371AbbI1HZh (ORCPT ); Mon, 28 Sep 2015 03:25:37 -0400 Date: Mon, 28 Sep 2015 09:25:33 +0200 From: Borislav Petkov To: Geliang Tang Cc: Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , x86@kernel.org, Sudeep Holla , Andrew Morton , Tejun Heo , linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/2] x86/cpu/cacheinfo: amd_get/set_l3_disable_slot should be static Message-ID: <20150928072533.GA3792@pd.tnic> References: <2c7031d6a13c6e20c8ec6b0bf2e4c4a9c9988d3a.1443368188.git.geliangtang@163.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Sep 27, 2015 at 11:40:46PM +0800, Geliang Tang wrote: > Fixes the following sparse warnings: > > arch/x86/kernel/cpu/intel_cacheinfo.c:329:5: warning: symbol > 'amd_get_l3_disable_slot' was not declared. Should it be static? > > arch/x86/kernel/cpu/intel_cacheinfo.c:406:5: warning: symbol > 'amd_set_l3_disable_slot' was not declared. Should it be static? > > Signed-off-by: Geliang Tang > --- > arch/x86/kernel/cpu/intel_cacheinfo.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) Both applied, thanks. -- Regards/Gruss, Boris. SUSE Linux GmbH, GF: Felix Imendörffer, Jane Smithard, Graham Norton, HRB 21284 (AG Nürnberg) --