aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/omap.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mmc/omap.c')
-rw-r--r--drivers/mmc/omap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/omap.c b/drivers/mmc/omap.c
index 762fa2895891..895d4879027d 100644
--- a/drivers/mmc/omap.c
+++ b/drivers/mmc/omap.c
@@ -960,7 +960,7 @@ static int mmc_omap_get_ro(struct mmc_host *mmc)
960 return host->wp_pin && omap_get_gpio_datain(host->wp_pin); 960 return host->wp_pin && omap_get_gpio_datain(host->wp_pin);
961} 961}
962 962
963static struct mmc_host_ops mmc_omap_ops = { 963static const struct mmc_host_ops mmc_omap_ops = {
964 .request = mmc_omap_request, 964 .request = mmc_omap_request,
965 .set_ios = mmc_omap_set_ios, 965 .set_ios = mmc_omap_set_ios,
966 .get_ro = mmc_omap_get_ro, 966 .get_ro = mmc_omap_get_ro,