From: Dirk Behme Date: Tue, 11 Aug 2015 12:51:59 +0000 (+0300) Subject: gpio: mxc: fix section mismatch warning X-Git-Tag: omap-for-v4.3/fixes-rc1~96^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=929550b9f9f870d73489df98318a740183c2e955;p=pandora-kernel.git gpio: mxc: fix section mismatch warning 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 Signed-off-by: Vladimir Zapolskiy Signed-off-by: Linus Walleij --- Reading git-diff-tree failed