]> err.no Git - linux-2.6/blobdiff - drivers/mmc/au1xmmc.c
mmc: constify mmc_host_ops vectors
[linux-2.6] / drivers / mmc / au1xmmc.c
index 53ffcbb14a97cf14da80d8de359da8516f63062a..447fba5825fd10854484452004455419fa1cd3a2 100644 (file)
@@ -875,7 +875,7 @@ static void au1xmmc_init_dma(struct au1xmmc_host *host)
        host->rx_chan = rxchan;
 }
 
-struct mmc_host_ops au1xmmc_ops = {
+struct const mmc_host_ops au1xmmc_ops = {
        .request        = au1xmmc_request,
        .set_ios        = au1xmmc_set_ios,
 };