Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758229AbZCaMlo (ORCPT ); Tue, 31 Mar 2009 08:41:44 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755749AbZCaMle (ORCPT ); Tue, 31 Mar 2009 08:41:34 -0400 Received: from ti-out-0910.google.com ([209.85.142.187]:35687 "EHLO ti-out-0910.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752382AbZCaMld (ORCPT ); Tue, 31 Mar 2009 08:41:33 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer; b=d5b8Buh49GOs7eG0ncXZEpIuUp1Fp5lFIHzwgFJmHu4GEN6smrlI3ZwZlCCYRltzlp /Orn+P/wvx9s3dOiO7/EHqguoA71zGd12qMpyZSHGD5Z1UE4hOTsaxlfP9bpJ+SAYOo2 hhVUcSsgdYOfGofHoHMyHSreFVFewAdQ/r8XM= From: Huang Weiyi To: mingo@elte.hu, hpa@zytor.com Cc: linux-kernel@vger.kernel.org, Huang Weiyi Subject: [PATCH 2/3] x86, mce: remove duplicated #include Date: Tue, 31 Mar 2009 20:41:26 +0800 Message-Id: <1238503286-3736-1-git-send-email-weiyi.huang@gmail.com> X-Mailer: git-send-email 1.6.0.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 884 Lines: 27 Remove duplicated #include in arch/x86/kernel/cpu/mcheck/mce_intel_64.c. Signed-off-by: Huang Weiyi --- arch/x86/kernel/cpu/mcheck/mce_intel_64.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/arch/x86/kernel/cpu/mcheck/mce_intel_64.c b/arch/x86/kernel/cpu/mcheck/mce_intel_64.c index 57df3d3..552279f 100644 --- a/arch/x86/kernel/cpu/mcheck/mce_intel_64.c +++ b/arch/x86/kernel/cpu/mcheck/mce_intel_64.c @@ -15,7 +15,6 @@ #include #include #include -#include asmlinkage void smp_thermal_interrupt(void) { -- 1.6.0.4 -- 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/