]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/mmc/au1xmmc.c
ACPI: replace kmalloc+memset with kzalloc
[linux-2.6-omap-h63xx.git] / drivers / mmc / au1xmmc.c
index 447fba5825fd10854484452004455419fa1cd3a2..800527cf40d5c58be4792a2001ca7ed1daa383e9 100644 (file)
@@ -875,7 +875,7 @@ static void au1xmmc_init_dma(struct au1xmmc_host *host)
        host->rx_chan = rxchan;
 }
 
-struct const mmc_host_ops au1xmmc_ops = {
+static const struct mmc_host_ops au1xmmc_ops = {
        .request        = au1xmmc_request,
        .set_ios        = au1xmmc_set_ios,
 };