arm64: Remove unused variable in head.S
authorGeoff Levand <geoff@infradead.org>
Fri, 22 Aug 2014 19:49:16 +0000 (20:49 +0100)
committerWill Deacon <will.deacon@arm.com>
Tue, 26 Aug 2014 18:24:00 +0000 (19:24 +0100)
commit5843be2279d7a91ef48c20ac31715d1eb9607a84
tree8d66af9396d162f216f78bbc46d1a3f826fed1b9
parent031cb428383b2fcf36a4ce09aeedaa548d9ed1d1
arm64: Remove unused variable in head.S

Remove an unused local variable from head.S.  It seems this was never
used even from the initial commit
9703d9d7f77ce129621f7d80a844822e2daa7008 (arm64: Kernel booting and
initialisation), and is a left over from a previous implementation
of __calc_phys_offset.

Signed-off-by: Geoff Levand <geoff@infradead.org>
Signed-off-by: Will Deacon <will.deacon@arm.com>
arch/arm64/kernel/head.S