On Tue, Aug 11, 2015 at 2:51 PM, Vladimir Zapolskiy <[email protected]> wrote:
> From: Dirk Behme <[email protected]> > > Fix the section mismatch warning > > WARNING: vmlinux.o(.text+0x2b2788): Section mismatch in reference from the > function mxc_gpio_probe() to the function .init.text:mxc_gpio_init_gc() > The function mxc_gpio_probe() references > the function __init mxc_gpio_init_gc(). > This is often because mxc_gpio_probe lacks a __init > annotation or the annotation of mxc_gpio_init_gc is wrong. > > Signed-off-by: Dirk Behme <[email protected]> > Signed-off-by: Vladimir Zapolskiy <[email protected]> Patch applied. Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe linux-gpio" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
