summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuinn Jensen <quinn.jensen@freescale.com>2007-05-24 18:12:53 -0600
committerQuinn Jensen <quinn.jensen@freescale.com>2007-05-24 18:12:53 -0600
commitdeb638794b912923a364a9b31b1367d75ecd7f32 (patch)
treeb80378af376e53da3936a038e6acc4e62b1fdcef
parent58da13986ada017a23ee4a1153b7928a1c986970 (diff)
CR ENGR00029423: pcmcia_clk is replaced with ahb_clk in clk_get fn. argument
http://www.bitshrine.org/gpp/linux-2.6.19.2-mx-clocking_update_pcmcia.patch
-rw-r--r--drivers/pcmcia/mx31ads-pcmcia.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pcmcia/mx31ads-pcmcia.c b/drivers/pcmcia/mx31ads-pcmcia.c
index fbe2be60770a..651d2c30d6cb 100644
--- a/drivers/pcmcia/mx31ads-pcmcia.c
+++ b/drivers/pcmcia/mx31ads-pcmcia.c
@@ -1070,7 +1070,7 @@ static int mx31ads_common_drv_pcmcia_probe(struct platform_device *pdev,
skt->dev = &pdev->dev;
skt->ops = ops;
- skt->clk = clk_get(NULL, "pcmcia_clk");
+ skt->clk = clk_get(NULL, "ahb_clk");
skt->res_skt.start = _PCMCIA(0);
skt->res_skt.end = _PCMCIA(0) + PCMCIASp - 1;