[PATCH 3/3] mmc: sdhci: Constify sdhci_ops structs where possible

2013-03-12 Thread Lars-Peter Clausen
Basically all drivers can have sdhci_ops struct const, but almost none do so. This patch constifies all sdhci_ops struct declarations where possible. The patch was auto-generated with the following coccinelle semantic patch: // @r1@ identifier ops; identifier fld; @@ ops.fld = ...; @disable opt

[PATCH 3/3] mmc: sdhci: Constify sdhci_ops structs where possible

2013-02-14 Thread Lars-Peter Clausen
Basically all drivers can have sdhci_ops struct const, but almost none do so. This patch constifies all sdhci_ops struct declarations where possible. The patch was auto-generated with the following coccinelle semantic patch: // @r1@ identifier ops; identifier fld; @@ ops.fld = ...; @disable opt