Fix ia64 build breakage in head.S
authorAnirban Sinha <asinha@zeugmasystems.com>
Wed, 16 Sep 2009 17:16:18 +0000 (10:16 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 16 Sep 2009 19:28:52 +0000 (12:28 -0700)
The "cleanup console_print()" patch in commit
353f6dd2dec992ddd34620a94b051b0f76227379 introduced an "extern"
declaration into an assembly language file.  Remove it.

Signed-off-by: Anirban Sinha <asinha@zeugmasystems.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/ia64/kernel/head.S
arch/ia64/kernel/head.h [deleted file]

index e6c5c3d5e1f8ef79fb623bc82b656e11c2c6c938..23f846de62d58ae6e60a9c445911419daa4ff17f 100644 (file)
@@ -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 (file)
index 2e2ac68..0000000
+++ /dev/null
@@ -1 +0,0 @@
-extern void console_print(const char *s);