From: Lars-Peter Clausen Date: Wed, 13 Mar 2013 18:26:03 +0000 (+0100) Subject: mmc: sdhci_pltfm: Constify sdhci_pltfm_data X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~41^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1db5eebf22f86a87c3fcbbb085a4abbcfd09ee7d;p=pandora-kernel.git mmc: sdhci_pltfm: Constify sdhci_pltfm_data The sdhci_pltfm_data struct is never modified within the sdhci_pltfm module. So make the pdata parameter to sdhci_pltfm_init and sdhci_pltfm_register const. This allows drivers to declare their sdhci_pltfm_data struct as const. This patch also makes the sdhci_pltfm_data declarations const where possible. Signed-off-by: Lars-Peter Clausen Acked-by: Shawn Guo Signed-off-by: Chris Ball --- Reading git-diff-tree failed