|
@@ -87,7 +87,7 @@ static void mmc_pwrseq_simple_free(struct mmc_host *host)
|
|
|
kfree(pwrseq);
|
|
|
}
|
|
|
|
|
|
-static struct mmc_pwrseq_ops mmc_pwrseq_simple_ops = {
|
|
|
+static const struct mmc_pwrseq_ops mmc_pwrseq_simple_ops = {
|
|
|
.pre_power_on = mmc_pwrseq_simple_pre_power_on,
|
|
|
.post_power_on = mmc_pwrseq_simple_post_power_on,
|
|
|
.power_off = mmc_pwrseq_simple_power_off,
|