mmc: dw_mmc: fix more const pointer warnings
authorArnd Bergmann <arnd@arndb.de>
Thu, 8 Nov 2012 14:26:11 +0000 (14:26 +0000)
committerChris Ball <cjb@laptop.org>
Thu, 6 Dec 2012 18:54:42 +0000 (13:54 -0500)
The patch "dw_mmc: fix multiple drv_data NULL dereferences" has
unfortunately clashed with my "mmc: dw_mmc: constify dw_mci_idmac_ops
in exynos back-end" patch, causing new warnings to appear.

This should hopefully fix the issue for good.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Chris Ball <cjb@laptop.org>

No differences found