diff options
author | Dirk Behme <dirk.behme@de.bosch.com> | 2015-08-11 15:51:59 +0300 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2015-08-13 15:37:04 +0200 |
commit | 929550b9f9f870d73489df98318a740183c2e955 (patch) | |
tree | a1462656091d2e65addaed402df823e16bbacaef /scripts/makelst | |
parent | 952cfbd38e263ae81fbb4e575fe40d220891d68b (diff) |
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 'scripts/makelst')
0 files changed, 0 insertions, 0 deletions