Re: [PATCH] arm64: compat: Remove leftover variable declaration

From: Catalin Marinas
Date: Thu Aug 10 2017 - 13:18:09 EST


On Fri, Aug 04, 2017 at 10:17:00AM -0700, Mark Salyzyn wrote:
> From: Kevin Brodsky <kevin.brodsky@xxxxxxx>
>
> Commit a1d5ebaf8ccd ("arm64: big-endian: don't treat code as data when
> copying sigret code") moved the 32-bit sigreturn trampoline code from
> the aarch32_sigret_code array to kuser32.S. The commit removed the
> array definition from signal32.c, but not its declaration in
> signal32.h. Remove the leftover declaration.
>
> Signed-off-by: Kevin Brodsky <kevin.brodsky@xxxxxxx>
> Signed-off-by: Mark Salyzyn <salyzyn@xxxxxxxxxxx>

Applied. Thanks.

--
Catalin