Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755113AbZDFJUX (ORCPT ); Mon, 6 Apr 2009 05:20:23 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754750AbZDFJUI (ORCPT ); Mon, 6 Apr 2009 05:20:08 -0400 Received: from ti-out-0910.google.com ([209.85.142.186]:43505 "EHLO ti-out-0910.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754690AbZDFJUH (ORCPT ); Mon, 6 Apr 2009 05:20:07 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer; b=Ddcm2fiEx5hCZWuzSJwNtKRn8veUjM1AeosVIk4XhzB1hPszF9+CIonAPCnDXdo6hc bWHnYZWjtKWZ86IzCe3BqMfHzKEdmBISLTa7b4Ev4+/LLha90yv9ChBbtswEwzysKaqb 6Ntdl0YhpTg3TIIxYsHD7k4nw5DQzY6N0TfO8= From: Huang Weiyi To: mingo@redhat.com, hpa@zytor.com, x86@kernel.org Cc: linux-kernel@vger.kernel.org, Huang Weiyi Subject: [PATCH 3/8] x86, mce: remove dupilcated #include Date: Mon, 6 Apr 2009 17:19:55 +0800 Message-Id: <1239009595-3836-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: 885 Lines: 27 Remove dupilicated #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 d6b72df..aedf976 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.1.3 -- 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/