From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753519AbbF3Rzn (ORCPT ); Tue, 30 Jun 2015 13:55:43 -0400 Received: from mail.skyhub.de ([78.46.96.112]:50165 "EHLO mail.skyhub.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751772AbbF3Rzg (ORCPT ); Tue, 30 Jun 2015 13:55:36 -0400 Date: Tue, 30 Jun 2015 19:55:14 +0200 From: Borislav Petkov To: Ashok Raj Cc: linux-kernel@vger.kernel.org, linux-edac@vger.kernel.org, Boris Petkov , Tony Luck Subject: Re: [Patch V1 1/2] x86, mce: Remove unused declarations Message-ID: <20150630175514.GH23297@pd.tnic> References: <1435621095-4802-1-git-send-email-ashok.raj@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <1435621095-4802-1-git-send-email-ashok.raj@intel.com> 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 Mon, Jun 29, 2015 at 07:38:14PM -0400, Ashok Raj wrote: > Remove unused references > > Signed-off-by: Ashok Raj > --- > arch/x86/include/asm/mce.h | 4 ---- > 1 file changed, 4 deletions(-) > > diff --git a/arch/x86/include/asm/mce.h b/arch/x86/include/asm/mce.h > index 8ba4d7a..b7a3a34 100644 > --- a/arch/x86/include/asm/mce.h > +++ b/arch/x86/include/asm/mce.h > @@ -174,16 +174,12 @@ void cmci_clear(void); > void cmci_reenable(void); > void cmci_rediscover(void); > void cmci_recheck(void); > -void lmce_clear(void); > -void lmce_enable(void); > #else > static inline void mce_intel_feature_init(struct cpuinfo_x86 *c) { } > static inline void cmci_clear(void) {} > static inline void cmci_reenable(void) {} > static inline void cmci_rediscover(void) {} > static inline void cmci_recheck(void) {} > -static inline void lmce_clear(void) {} > -static inline void lmce_enable(void) {} > #endif > > #ifdef CONFIG_X86_MCE_AMD Applied, thanks. -- Regards/Gruss, Boris. ECO tip #101: Trim your mails when you reply. --