From: Uwe Kleine-König Date: Mon, 21 May 2012 19:57:39 +0000 (+0200) Subject: i2c/i2c-omap: add a const qualifier X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~65^2~9^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4dba0119bdab0af8fc11fab23301e015e198b24;p=pandora-kernel.git i2c/i2c-omap: add a const qualifier This prepares *of_device_id.data becoming const. Without this change the following warning would occur: drivers/i2c/busses/i2c-omap.c: In function 'omap_i2c_probe': drivers/i2c/busses/i2c-omap.c:1025: warning: assignment discards qualifiers from pointer target type Reviewed-by: Shubhrajyoti D Signed-off-by: Uwe Kleine-König --- Reading git-diff-tree failed