summaryrefslogtreecommitdiff
path: root/drivers/hv
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2013-01-27 20:07:57 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-01-30 05:06:06 (GMT)
commit06a8f1feb9e82e5b66f781ba3e39055e3f89a641 (patch)
tree452e754bfda23a5310fc525046371ca8cda38407 /drivers/hv
parent74790147fb4e9b71083a62a525ab283a275d63b7 (diff)
downloadlinux-fsl-qoriq-06a8f1feb9e82e5b66f781ba3e39055e3f89a641.tar.xz
w1-gpio: fix section mismatch
This fixes the following section mismatch: WARNING: drivers/w1/masters/w1-gpio.o(.data+0x188): Section mismatch in reference from the variable w1_gpio_driver to the function .init.text:w1_gpio_probe() The variable w1_gpio_driver references the function __init w1_gpio_probe() If the reference is valid then annotate the variable with __init* or __refdata (see linux/init.h) or name the variable: *_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> Acked-by: Evgeniy Polyakov <zbr@ioremap.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/hv')
0 files changed, 0 insertions, 0 deletions