From: Harvey Yang Date: Sun, 30 Oct 2011 12:47:25 +0000 (+0100) Subject: i2c/scx200_acb: Fix section mismatch warning in scx200_pci_drv X-Git-Tag: v3.2-rc1~116^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6fcf84a2c0d5f51a457555d76e037cf3cc85bc7a;p=pandora-kernel.git i2c/scx200_acb: Fix section mismatch warning in scx200_pci_drv WARNING: drivers/i2c/busses/built-in.o(.data+0x47c8): Section mismatch in reference from the variable scx200_pci_drv to the function .devinit.text:scx200_probe() The variable scx200_pci_drv references the function __devinit scx200_probe() If the reference is valid then annotate the variable with __init* or __refdata (see linux/init.h) or name the variable: *driver, *_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console Signed-off-by: Harvey Yang Signed-off-by: Jean Delvare --- Reading git-diff-tree failed