Commit f4c3f038 authored by Anirban Sinha's avatar Anirban Sinha Committed by Linus Torvalds

Fix ia64 build breakage in head.S

The "cleanup console_print()" patch in commit
353f6dd2 introduced an "extern"
declaration into an assembly language file.  Remove it.
Signed-off-by: default avatarAnirban Sinha <asinha@zeugmasystems.com>
Signed-off-by: default avatarTony Luck <tony.luck@intel.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent ab86e576
......@@ -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 \
......
extern void console_print(const char *s);
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment