From: Uwe Kleine-König Date: Thu, 7 Jun 2012 10:20:14 +0000 (+0200) Subject: of: add const to struct *of_device_id.data X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~65^2~9^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7c9a53f13cf4b273b220934167c7630c3362563;p=pandora-kernel.git of: add const to struct *of_device_id.data Drivers should never need to modify the data of a device id. So it can be const which in turn allows more consts in the driver. Acked-by: Greg Kroah-Hartman Signed-off-by: Uwe Kleine-König --- Reading git-diff-tree failed