summaryrefslogtreecommitdiffstats
path: root/Documentation/gpio
diff options
context:
space:
mode:
authorDirk Behme2015-08-11 14:51:59 +0200
committerLinus Walleij2015-08-13 15:37:04 +0200
commit929550b9f9f870d73489df98318a740183c2e955 (patch)
treea1462656091d2e65addaed402df823e16bbacaef /Documentation/gpio
parentgpio/mxc: mask gpio interrupts in suspend (diff)
downloadkernel-qcow2-linux-929550b9f9f870d73489df98318a740183c2e955.tar.gz
kernel-qcow2-linux-929550b9f9f870d73489df98318a740183c2e955.tar.xz
kernel-qcow2-linux-929550b9f9f870d73489df98318a740183c2e955.zip
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 <dirk.behme@de.bosch.com> Signed-off-by: Vladimir Zapolskiy <vladimir_zapolskiy@mentor.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'Documentation/gpio')
0 files changed, 0 insertions, 0 deletions