arm64: arm: Fix-up the removal of the arm64 regs_query_register_name() prototype
authorCatalin Marinas <catalin.marinas@arm.com>
Wed, 27 Jul 2016 07:11:10 +0000 (08:11 +0100)
committerCatalin Marinas <catalin.marinas@arm.com>
Wed, 27 Jul 2016 07:15:42 +0000 (08:15 +0100)
commitfd6380b75065fd2ff51b5f7cbbe6be77d71ea9c7
tree07dd3ad8a5a54e77a7c2d87fd7f58955fc36c1ca
parentb9c220b589daaf140f5b8ebe502c98745b94e65c
arm64: arm: Fix-up the removal of the arm64 regs_query_register_name() prototype

Commit 0a8ea52c3eb1 ("arm64: Add HAVE_REGS_AND_STACK_ACCESS_API
feature") inadvertently removed the arch/arm prototype instead of the
arm64 one introduced by the original patch. There should not be any
bisection issues since this function is not called from anywhere else
(it could as well be removed from arch/arm at some point).

Fixes: 0a8ea52c3eb1 ("arm64: Add HAVE_REGS_AND_STACK_ACCESS_API feature")
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm/include/asm/ptrace.h
arch/arm64/include/asm/ptrace.h