kernel-ark/drivers/w1/masters
Hauke Mehrtens 06a8f1feb9 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>
2013-01-30 00:06:06 -05:00
..
ds1wm.c drivers/w1/masters/ds1wm.c: use devm_ functions 2013-01-15 23:38:43 -08:00
ds2482.c w1/ds2482: use module_i2c_driver to simplify the code 2012-10-24 15:52:29 -07:00
ds2490.c USB: convert some miscellanies drivers to use module_usb_driver() 2011-11-18 09:52:10 -08:00
Kconfig ARM: OMAP: Fix drivers to depend on omap for internal devices 2012-12-16 15:23:37 -08:00
Makefile w1: add 1-wire master driver for i.MX27 / i.MX31 2009-01-08 08:31:13 -08:00
matrox_w1.c w1: remove use of __devexit 2012-11-21 12:42:25 -08:00
mxc_w1.c drivers/w1/masters/mxc_w1.c: use devm_ functions 2013-01-15 23:38:43 -08:00
omap_hdq.c w1: remove use of __devexit 2012-11-21 12:42:25 -08:00
w1-gpio.c w1-gpio: fix section mismatch 2013-01-30 00:06:06 -05:00