mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] alpha: boot: fix build breakage introduced by system.h disintegration
@ 2013-03-06  7:09 Will Deacon
  0 siblings, 0 replies; only message in thread
From: Will Deacon @ 2013-03-06  7:09 UTC (permalink / raw)
  To: mattst88
  Cc: linux-alpha, linux-kernel, Will Deacon, David Rusling, David Howells

Commit ec2212088c42 ("Disintegrate asm/system.h for Alpha") removed the
system.h include from boot/head.S, which puts the PAL_* asm constants
out of scope.

Include <asm/pal.h> so we can get building again.

Cc: David Rusling <david.rusling@linaro.org>
Cc: David Howells <dhowells@redhat.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
---
 arch/alpha/boot/head.S | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/alpha/boot/head.S b/arch/alpha/boot/head.S
index b06812b..8efb266 100644
--- a/arch/alpha/boot/head.S
+++ b/arch/alpha/boot/head.S
@@ -4,6 +4,7 @@
  * initial bootloader stuff..
  */
 
+#include <asm/pal.h>
 
 	.set noreorder
 	.globl	__start
-- 
1.8.1.5


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-03-06  7:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-06  7:09 [PATCH] alpha: boot: fix build breakage introduced by system.h disintegration Will Deacon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®