Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758379AbZIOTJH (ORCPT ); Tue, 15 Sep 2009 15:09:07 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1758505AbZIOTIz (ORCPT ); Tue, 15 Sep 2009 15:08:55 -0400 Received: from smtp.zeugmasystems.com ([70.79.96.174]:2780 "EHLO zeugmasystems.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1758495AbZIOTIi convert rfc822-to-8bit (ORCPT ); Tue, 15 Sep 2009 15:08:38 -0400 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT Subject: RE: [PATCH] cleanup legacy console_print function Date: Tue, 15 Sep 2009 12:08:14 -0700 Message-ID: In-Reply-To: <12c511ca0909151139w400256d1t84dad5fa9e1ab3a2@mail.gmail.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [PATCH] cleanup legacy console_print function Thread-Index: Aco2M/EjFOYf2EJvQZi8d9CaDOTddAAAuqAQ References: <200909151127.10697.bjorn.helgaas@hp.com> <12c511ca0909151100ne3841b7l7af5bffb977d6d9b@mail.gmail.com> <57C9024A16AD2D4C97DC78E552063EA3E05DBC6E@orsmsx505.amr.corp.intel.com> <12c511ca0909151139w400256d1t84dad5fa9e1ab3a2@mail.gmail.com> From: "Anirban Sinha" To: "Tony Luck" Cc: "Bjorn Helgaas" , "Linus Torvalds" , , "Randy Dunlap" , Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1482 Lines: 50 > >The diffstat doesn't match the patch (doesn't include a change to >process.c) ... but the patch itself is OK. > >Acked-by: Tony Luck Yeah, my bad. I had a local change in that file which I also committed. Anyway, here it is again: Subject: Fix ia64 build breakage. On ia64 it is not necessary to provide any kind of "extern" declaration before using external symbols. Signed-off-by: Anirban Sinha Acked-by: Tony Luck --- arch/ia64/kernel/head.S | 1 - arch/ia64/kernel/head.h | 1 - 2 files changed, 0 insertions(+), 2 deletions(-) delete mode 100644 arch/ia64/kernel/head.h diff --git a/arch/ia64/kernel/head.S b/arch/ia64/kernel/head.S index e6c5c3d..23f846d 100644 --- a/arch/ia64/kernel/head.S +++ b/arch/ia64/kernel/head.S @@ -34,7 +34,6 @@ #include #include #include -#include "head.h" #ifdef CONFIG_HOTPLUG_CPU #define SAL_PSR_BITS_TO_SET \ diff --git a/arch/ia64/kernel/head.h b/arch/ia64/kernel/head.h deleted file mode 100644 index 2e2ac68..0000000 --- a/arch/ia64/kernel/head.h +++ /dev/null @@ -1 +0,0 @@ -extern void console_print(const char *s); -- 1.6.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/