[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <DDFD17CC94A9BD49A82147DDF7D545C501F1012C@exchange.ZeugmaSystems.local>
Date: Tue, 15 Sep 2009 12:08:14 -0700
From: "Anirban Sinha" <ASinha@...gmasystems.com>
To: "Tony Luck" <tony.luck@...el.com>
Cc: "Bjorn Helgaas" <bjorn.helgaas@...com>,
"Linus Torvalds" <torvalds@...ux-foundation.org>,
<linux-kernel@...r.kernel.org>,
"Randy Dunlap" <randy.dunlap@...cle.com>,
<linux-ia64@...r.kernel.org>
Subject: RE: [PATCH] cleanup legacy console_print function
>
>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 <tony.luck@...el.com>
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 <asinha@...gmasystems.com>
Acked-by: Tony Luck <tony.luck@...el.com>
---
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 <asm/mca_asm.h>
#include <linux/init.h>
#include <linux/linkage.h>
-#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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists