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)
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>

No differences found