From: Uwe Kleine-König Date: Mon, 1 Feb 2010 14:57:25 +0000 (+0100) Subject: i2c/imx: don't add probe function to the driver struct X-Git-Tag: v2.6.34-rc1~8^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96eb7164e3c2f8c1b53118078e5c06f7c34c2d49;p=pandora-kernel.git i2c/imx: don't add probe function to the driver struct Having a pointer to the probe function is unnecessary when using platform_driver_probe and yields a section mismatch warning after removing the white list entry "*driver" for { .data$, .data.rel$ } -> { .init.* } mismatches in modpost. Signed-off-by: Uwe Kleine-König Signed-off-by: Ben Dooks --- Reading git-diff-tree failed