From 4607e17b3dc56593eb7729f7272c8c6848e2a746 Mon Sep 17 00:00:00 2001 From: Yoichi Yuasa Date: Tue, 5 Dec 2006 07:43:38 +0100 Subject: [PATCH] --- yaml --- r: 43850 b: refs/heads/master c: bf8c80a6a5153e7f170f240731c650eeed6d78ff h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/mmc/au1xmmc.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 3739d79f24d0..31257197628e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 9e86619b6d58806d1a8b67c12c5e3e3a74818fb6 +refs/heads/master: bf8c80a6a5153e7f170f240731c650eeed6d78ff diff --git a/trunk/drivers/mmc/au1xmmc.c b/trunk/drivers/mmc/au1xmmc.c index 447fba5825fd..800527cf40d5 100644 --- a/trunk/drivers/mmc/au1xmmc.c +++ b/trunk/drivers/mmc/au1xmmc.c @@ -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, };