diff options
Diffstat (limited to 'drivers/mmc/pxamci.c')
-rw-r--r-- | drivers/mmc/pxamci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/pxamci.c b/drivers/mmc/pxamci.c index a526698b8c91..471e9f4e0530 100644 --- a/drivers/mmc/pxamci.c +++ b/drivers/mmc/pxamci.c | |||
@@ -393,7 +393,7 @@ static void pxamci_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) | |||
393 | host->clkrt, host->cmdat); | 393 | host->clkrt, host->cmdat); |
394 | } | 394 | } |
395 | 395 | ||
396 | static struct mmc_host_ops pxamci_ops = { | 396 | static const struct mmc_host_ops pxamci_ops = { |
397 | .request = pxamci_request, | 397 | .request = pxamci_request, |
398 | .get_ro = pxamci_get_ro, | 398 | .get_ro = pxamci_get_ro, |
399 | .set_ios = pxamci_set_ios, | 399 | .set_ios = pxamci_set_ios, |