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