提交 7994b1c5 编写于 作者: M Magnus Damm 提交者: Paul Mundt

video: remove unused sh_mobile_lcdc platform data

Remove lddckr from the platform data, these days we calculate the
register value from clock source and clock dividers anyway.
Signed-off-by: NMagnus Damm <damm@igel.co.jp>
Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
上级 77137187
...@@ -589,7 +589,6 @@ static int __init sh_mobile_lcdc_probe(struct platform_device *pdev) ...@@ -589,7 +589,6 @@ static int __init sh_mobile_lcdc_probe(struct platform_device *pdev)
goto err1; goto err1;
} }
priv->lddckr = pdata->lddckr;
priv->base = ioremap_nocache(res->start, (res->end - res->start) + 1); priv->base = ioremap_nocache(res->start, (res->end - res->start) + 1);
for (i = 0; i < j; i++) { for (i = 0; i < j; i++) {
......
...@@ -64,7 +64,6 @@ struct sh_mobile_lcdc_chan_cfg { ...@@ -64,7 +64,6 @@ struct sh_mobile_lcdc_chan_cfg {
}; };
struct sh_mobile_lcdc_info { struct sh_mobile_lcdc_info {
unsigned long lddckr;
int clock_source; int clock_source;
struct sh_mobile_lcdc_chan_cfg ch[2]; struct sh_mobile_lcdc_chan_cfg ch[2];
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册