]> git.kernelconcepts.de Git - karo-tx-linux.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)
commitc3d6b628395fe6ec3442a83ddf02334c54867d43
treee97868f4a90a0b2e7944c076078eae24cc69ff14
parent15cf17d26e08ee95c2e392a3a71f55d32e99e971
alpha: boot: fix build breakage introduced by system.h disintegration

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.

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