diff options
Diffstat (limited to 'drivers/mmc/imxmmc.c')
-rw-r--r-- | drivers/mmc/imxmmc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/imxmmc.c b/drivers/mmc/imxmmc.c index 659d4a822cc5..06e7fcd19221 100644 --- a/drivers/mmc/imxmmc.c +++ b/drivers/mmc/imxmmc.c | |||
@@ -877,7 +877,7 @@ static void imxmci_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) | |||
877 | } | 877 | } |
878 | } | 878 | } |
879 | 879 | ||
880 | static struct mmc_host_ops imxmci_ops = { | 880 | static const struct mmc_host_ops imxmci_ops = { |
881 | .request = imxmci_request, | 881 | .request = imxmci_request, |
882 | .set_ios = imxmci_set_ios, | 882 | .set_ios = imxmci_set_ios, |
883 | }; | 883 | }; |