Lars-Peter Clausen c915568d99 mmc: sdhci: Constify sdhci_ops structs where possible
Basically all drivers can have sdhci_ops struct const, but almost none do.
This patch constifies all sdhci_ops struct declarations where possible.

The patch was auto-generated with the following coccinelle semantic patch:

// <smpl>
@r1@
identifier ops;
identifier fld;
@@
ops.fld = ...;

@disable optional_qualifier@
identifier ops != r1.ops;
@@
static
+const
struct sdhci_ops ops = { ... };
// </smpl>

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Acked-by: Shawn Guo <shawn.guo@linaro.org>
Signed-off-by: Chris Ball <cjb@laptop.org>
2013-03-22 13:00:51 -04:00
..
2012-11-28 12:28:18 -08:00
2012-11-28 12:28:18 -08:00
2012-11-28 12:28:18 -08:00
2012-11-28 12:28:18 -08:00
2012-11-28 12:28:18 -08:00
2013-02-24 14:37:04 -05:00
2012-11-28 12:28:18 -08:00
2013-02-26 09:31:09 -08:00
2012-12-12 11:45:16 -08:00
2012-11-28 12:28:18 -08:00
2012-11-28 12:28:18 -08:00
2012-11-28 12:28:18 -08:00
2012-11-28 12:28:18 -08:00
2012-12-06 13:55:03 -05:00
2012-11-28 12:28:18 -08:00