Browse Source

Fix ia64 build breakage in head.S

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>
Anirban Sinha 16 years ago
parent
commit
f4c3f03838
2 changed files with 0 additions and 2 deletions
  1. 0 1
      arch/ia64/kernel/head.S
  2. 0 1
      arch/ia64/kernel/head.h

+ 0 - 1
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				\

+ 0 - 1
arch/ia64/kernel/head.h

@@ -1 +0,0 @@
-extern void console_print(const char *s);