Re: [PATCH] arm64/include/asm: Fixed a warning about 'struct pt_regs'

2014-12-04 Thread Lyra Zhang
Hi, All I'm sorry that this is an accident from our IT-service, because they all use M$ software, and didn't familiar with git send-email. You can ignore this email. . Please forgive that persons who are only able to use M$ products. Thanks, Chunyan 2014-12-04 19:23 GMT+08:00 Chunyan Zhang : >

[PATCH] arm64/include/asm: Fixed a warning about 'struct pt_regs'

2014-12-04 Thread Chunyan Zhang
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/3

[PATCH] arm64/include/asm: Fixed a warning about 'struct pt_regs'

2014-12-04 Thread Chunyan Zhang
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/3

Re: [PATCH] arm64/include/asm: Fixed a warning about 'struct pt_regs'

2014-12-04 Thread Will Deacon
On Thu, Dec 04, 2014 at 06:29:35AM +, Chunyan Zhang wrote: > 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,

[PATCH] arm64/include/asm: Fixed a warning about 'struct pt_regs'

2014-12-03 Thread Chunyan Zhang
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/3