arm64: remove the now unneeded relocate_initrd()
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Wed, 30 Mar 2016 13:18:43 +0000 (15:18 +0200)
committerWill Deacon <will.deacon@arm.com>
Thu, 14 Apr 2016 15:20:45 +0000 (16:20 +0100)
commit8923a16686569375bfa25b877769f9a3093e9f22
tree1f363907b2da9572a6434ead5b100feb5f13bab9
parent177e15f0c1444cd392374ec7175c4787fd911369
arm64: remove the now unneeded relocate_initrd()

This removes the relocate_initrd() implementation and invocation, which are
no longer needed now that the placement of the initrd is guaranteed to be
covered by the linear mapping.

Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: Will Deacon <will.deacon@arm.com>
arch/arm64/kernel/setup.c