On Fri, Sep 23, 2016 at 4:13 PM, Tony Lindgren <tony@xxxxxxxxxxx> wrote: > * Linus Walleij <linus.walleij@xxxxxxxxxx> [160923 05:40]: >> commit d47529b2e9fe >> "gpio: don't include module.h in shared driver header" >> removed <linux/module.h> from the <linux/gpio/driver.h> header. >> >> It seems arch/arm/mach-omap2/board-rx51-peripherals.c >> is using __initdata_or_module from <linux/module.h> through >> <linux/gpio.h> to <linux/gpio/driver.h>, so break this dependency >> so that we get a clean compile. >> >> Cc: Paul Gortmaker <paul.gortmaker@xxxxxxxxxxxxx> >> Cc: Tony Lindgren <tony@xxxxxxxxxxx> >> Fixes: d47529b2e9fe ("gpio: don't include module.h in shared driver header") >> Signed-off-by: Linus Walleij <linus.walleij@xxxxxxxxxx> >> --- >> Tony: please ACK this if it's OK so I can merge it in front of >> the offending patch. > > This file is gone in Linux next but if you need it: > > Acked-by: Tony Lindgren <tony@xxxxxxxxxxx> > > Sorry the removal got postponed from v4.8 to v4.9. Note that > it will produce a trivial merge conflict. OK thanks. Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe linux-gpio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html