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
..
2013-03-22 12:53:52 -04:00
2012-10-03 10:05:23 -04:00
2013-03-22 12:57:22 -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
2013-03-22 12:29:01 -04:00
2013-03-22 12:55:32 -04:00
2013-01-03 15:57:14 -08:00
2013-01-25 12:21:47 -08:00
2012-11-28 12:28:18 -08:00
2013-03-22 12:53:49 -04:00
2012-10-03 10:05:19 -04:00
2012-11-28 12:28:18 -08:00
2013-03-22 12:57:22 -04:00
2013-02-24 14:37:04 -05:00
2012-11-28 12:28:18 -08:00
2013-01-28 14:14:48 +00:00
2013-01-28 14:11:53 +00:00
2012-09-14 11:17:35 +02:00
2011-10-26 15:43:37 -04:00
2013-03-22 12:29:12 -04:00
2012-12-12 11:51:39 -08:00
2013-02-26 09:31:09 -08:00
2013-02-24 14:37:10 -05:00
2013-03-22 11:51:49 -04:00
2012-12-12 11:45:16 -08:00
2012-11-28 12:28:18 -08:00
2013-03-22 12:35:42 -04:00
2012-11-28 12:28:18 -08:00
2013-01-03 15:57:14 -08:00
2013-03-22 13:00:51 -04:00
2013-03-22 13:00:51 -04:00
2013-03-22 13:00:51 -04:00
2013-03-22 13:00:51 -04:00
2012-09-04 13:58:06 -04:00
2013-03-22 13:00:51 -04:00
2013-03-22 13:00:51 -04:00
2012-01-11 23:58:47 -05:00
2013-03-22 13:00:51 -04:00
2013-03-22 13:00:51 -04:00
2013-03-22 13:00:29 -04:00
2013-03-22 13:00:51 -04:00
2013-03-22 13:00:51 -04:00
2013-03-22 12:33:21 -04:00
2013-03-22 13:00:51 -04:00
2013-03-22 13:00:51 -04:00
2013-03-22 12:40:05 -04:00
2013-02-24 14:37:11 -05:00
2011-10-26 16:32:19 -04:00
2013-02-24 14:37:21 -05:00
2013-02-24 14:37:23 -05:00
2012-01-14 12:32:16 -08:00
2012-03-29 15:34:57 -07:00
2013-02-24 14:37:24 -05:00
2012-11-28 12:28:18 -08:00
2012-03-27 12:20:17 -04:00
2011-11-18 09:52:10 -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
2013-03-22 12:38:46 -04:00