Re: [PATCH] Make uapi/linux/irqnr.h non-empty

2012-10-25 Thread Arnd Bergmann
On Wednesday 17 October 2012, viresh kumar wrote: > commit b31e23726bb9d6cd8848fc539b23330769830110 > Author: Viresh Kumar > Date: Thu Apr 19 22:23:13 2012 +0530 > > SPEAr13xx: Add header files > > Don't know how they got added, obviously my fault :) > But nobody could even catch them in r

Re: [PATCH] Make uapi/linux/irqnr.h non-empty

2012-10-16 Thread viresh kumar
On Wed, Oct 17, 2012 at 7:33 AM, Linus Torvalds wrote: > Some of the empty files seem pointless. The > > arch/arm/mach-spear13xx/include/mach/spear1310_misc_regs.h > > file, for example, has always been empty, and does not seem to be actually > used. > > Hmm? I added a few more people to the c

Re: [PATCH] Make uapi/linux/irqnr.h non-empty

2012-10-16 Thread Linus Torvalds
On Mon, Oct 15, 2012 at 9:14 AM, David Howells wrote: > uapi/linux/irqnr.h was emitted by the UAPI disintegration script as an empty > file because the parent linux/irqnr.h had no UAPI stuff in it, despite being > marked with "header-y". > > Unfortunately, it patch deletes the empty file when appl

[PATCH] Make uapi/linux/irqnr.h non-empty

2012-10-15 Thread David Howells
uapi/linux/irqnr.h was emitted by the UAPI disintegration script as an empty file because the parent linux/irqnr.h had no UAPI stuff in it, despite being marked with "header-y". Unfortunately, it patch deletes the empty file when applying a kernel patch. It's not clear why this file is part of th