Re: section mismatch in drivers/w1/masters/w1-gpio.c

2013-01-27 Thread Greg KH
On Sun, Jan 27, 2013 at 08:36:00PM +0100, Hauke Mehrtens wrote: > Hi, > > when building 3.8-rc5 I get 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

section mismatch in drivers/w1/masters/w1-gpio.c

2013-01-27 Thread Hauke Mehrtens
Hi, when building 3.8-rc5 I get 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()