On Tuesday 16 February 2016 16:42:18 Linus Walleij wrote: > On Mon, Feb 15, 2016 at 4:46 PM, Arnd Bergmann <arnd@xxxxxxxx> wrote: > > > gpiolib has removed the irq_to_gpio() API several years ago, > > but the global header still provided a non-working stub. > > > > Apparently one new user has shown up in arch/mips, so this patch > > moves the broken definition to where it is used, ensuring that > > we get new users but not changing the current behavior on jz4740. > > > > Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx> > > Patch applied. > > I expect the driver maintainer to deal with the resulting > deprecation fallout. > I've just sent v2 of the series, with a separate patch for MIPS that now conflicts with this one. Can you pick up the new patch instead? Arnd