]> err.no Git - linux-2.6/blobdiff - drivers/mmc/au1xmmc.c
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mfashe...
[linux-2.6] / drivers / mmc / au1xmmc.c
index 53ffcbb14a97cf14da80d8de359da8516f63062a..800527cf40d5c58be4792a2001ca7ed1daa383e9 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 = {
+static const struct mmc_host_ops au1xmmc_ops = {
        .request        = au1xmmc_request,
        .set_ios        = au1xmmc_set_ios,
 };