On Tue, Aug 11, 2015 at 2:51 PM, Vladimir Zapolskiy <vladimir_zapolskiy@xxxxxxxxxx> wrote: > From: Dirk Behme <dirk.behme@xxxxxxxxxxxx> > > 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 <dirk.behme@xxxxxxxxxxxx> > Signed-off-by: Vladimir Zapolskiy <vladimir_zapolskiy@xxxxxxxxxx> Patch applied. 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