Fix ia64 build breakage in head.S

The "cleanup console_print()" patch in commit
353f6dd2de 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>
This commit is contained in:
Anirban Sinha 2009-09-16 10:16:18 -07:00 committed by Linus Torvalds
parent ab86e5765d
commit f4c3f03838
2 changed files with 0 additions and 2 deletions

View 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 \

View File

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