From: Chunyan Zhang Date: Thu, 4 Dec 2014 06:29:35 +0000 (+0000) Subject: arm64/include/asm: Fixed a warning about 'struct pt_regs' X-Git-Tag: omap-for-v3.19/fixes-for-merge-window~18^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af2c632e234f7158e891c27cc2270f8843f08855;p=pandora-kernel.git arm64/include/asm: Fixed a warning about 'struct pt_regs' If I include asm/irq.h on the top of my code, and set ARCH=arm64, I'll get a compile warning, details are below: warning: ‘struct pt_regs’ declared inside parameter list [enabled by default] This patch is suggested by Arnd, see: http://lists.infradead.org/pipermail/linux-arm-kernel/2014-December/308270.html Signed-off-by: Chunyan Zhang Signed-off-by: Will Deacon --- Reading git-diff-tree failed