]> git.baikalelectronics.ru Git - kernel.git/commit
alpha: boot: fix build breakage introduced by system.h disintegration
authorWill Deacon <will.deacon@arm.com>
Fri, 8 Mar 2013 20:43:37 +0000 (12:43 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 8 Mar 2013 23:05:34 +0000 (15:05 -0800)
commitcb0eb8109f29949ac5bfd0480483c21311f73f36
treee97868f4a90a0b2e7944c076078eae24cc69ff14
parentfee950ea44f25b0700e3656fcbf88fb2e2abdecc
alpha: boot: fix build breakage introduced by system.h disintegration

Commit 755ad1a1ccb2 ("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.

Signed-off-by: Will Deacon <will.deacon@arm.com>
Cc: David Rusling <david.rusling@linaro.org>
Cc: David Howells <dhowells@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/alpha/boot/head.S