From af2c632e234f7158e891c27cc2270f8843f08855 Mon Sep 17 00:00:00 2001 From: Chunyan Zhang Date: Thu, 4 Dec 2014 06:29:35 +0000 Subject: [PATCH] arm64/include/asm: Fixed a warning about 'struct pt_regs' MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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-format-patch failed