From: Wolfram Sang Date: Tue, 13 Nov 2012 10:24:15 +0000 (+0100) Subject: i2c: rcar: fix section mismatch X-Git-Tag: v3.8-rc1~54^2~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45fd5e4ad2052101b4ceda5fdf4b003c428ebdfc;p=pandora-kernel.git i2c: rcar: fix section mismatch Give the driver struct a name according to the 'standard' to fix: WARNING: vmlinux.o(.data+0x11798): Section mismatch in reference from the variable rcar_i2c_drv to the function .devinit.text:rcar_i2c_probe() ... WARNING: vmlinux.o(.data+0x1179c): Section mismatch in reference from the variable rcar_i2c_drv to the function .devexit.text:rcar_i2c_remove() Reported-by: Simon Horman Signed-off-by: Wolfram Sang Cc: Kuninori Morimoto --- Reading git-diff-tree failed