Skip to content

Commit

Permalink
Fix ia64 build breakage in head.S
Browse files Browse the repository at this point in the history
The "cleanup console_print()" patch in commit
353f6dd 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>
  • Loading branch information
Anirban Sinha authored and Linus Torvalds committed Sep 16, 2009
1 parent ab86e57 commit f4c3f03
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion arch/ia64/kernel/head.S
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
1 change: 0 additions & 1 deletion arch/ia64/kernel/head.h

This file was deleted.

0 comments on commit f4c3f03

Please sign in to comment.