mmc: usdhi6rol0: constify mmc_host_ops structures
[linux-2.6-block.git] / drivers / mmc / host / usdhi6rol0.c
index 1bd5f1a18d4e239784082a2ddfca46d2492345e7..64da6a88cfb90e1b87fe75f3c7fc37902df0a97b 100644 (file)
@@ -1185,7 +1185,7 @@ static int usdhi6_sig_volt_switch(struct mmc_host *mmc, struct mmc_ios *ios)
        return ret;
 }
 
-static struct mmc_host_ops usdhi6_ops = {
+static const struct mmc_host_ops usdhi6_ops = {
        .request        = usdhi6_request,
        .set_ios        = usdhi6_set_ios,
        .get_cd         = usdhi6_get_cd,