[driver-core:driver-core-next 65/93] WARNING: drivers/built-in.o(.text+0xe2399): Section mismatch in reference from the function stmpe_i2c_probe() to the function .devinit.text:stmpe_probe()

Greg Kroah-Hartman gregkh at linuxfoundation.org
Wed Nov 28 22:16:49 UTC 2012


On Thu, Nov 29, 2012 at 05:38:31AM +0800, kbuild test robot wrote:
> tree:   git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git driver-core-next
> head:   da095fd3d5063f2dd03468d71f7df39a0430d86f
> commit: f791be492f76dea7b0641ed227a60eeb2fa7e255 [65/93] mfd: remove use of __devinit
> config: x86_64-randconfig-s363 (attached as .config)
> 
> All warnings:
> 
> WARNING: drivers/built-in.o(.text+0xe2399): Section mismatch in reference from the function stmpe_i2c_probe() to the function .devinit.text:stmpe_probe()
> The function stmpe_i2c_probe() references
> the function __devinit stmpe_probe().
> This is often because stmpe_i2c_probe lacks a __devinit
> annotation or the annotation of stmpe_probe is wrong.

Not an issue anymore as __devinit is always defined to nothing, so this
check doesn't mean anything.

thanks,

greg k-h



More information about the devel mailing list