From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753289AbbF2Wkp (ORCPT ); Mon, 29 Jun 2015 18:40:45 -0400 Received: from mga01.intel.com ([192.55.52.88]:50686 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750975AbbF2Wkh (ORCPT ); Mon, 29 Jun 2015 18:40:37 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,373,1432623600"; d="scan'208";a="516193122" From: Ashok Raj To: linux-kernel@vger.kernel.org Cc: Ashok Raj , linux-edac@vger.kernel.org, Boris Petkov , Tony Luck Subject: [Patch V1 1/2] x86, mce: Remove unused declarations Date: Mon, 29 Jun 2015 19:38:14 -0400 Message-Id: <1435621095-4802-1-git-send-email-ashok.raj@intel.com> X-Mailer: git-send-email 2.4.3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 -- 2.4.3