aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Damm <damm@igel.co.jp>2008-10-09 18:47:27 +0900
committerPaul Mundt <lethal@linux-sh.org>2008-10-20 11:38:47 +0900
commit7994b1c55ec19238067a47f09b0463db3a48c33c (patch)
tree47c1481c199fafc91f4c9b354145ddf6801f746d
parent7713718751aa8b8df39314b7e49ea2f66a5d1f0c (diff)
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: Magnus Damm <damm@igel.co.jp> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
-rw-r--r--drivers/video/sh_mobile_lcdcfb.c1
-rw-r--r--include/video/sh_mobile_lcdc.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/drivers/video/sh_mobile_lcdcfb.c b/drivers/video/sh_mobile_lcdcfb.c
index b7468bacce8..399a8a75ab0 100644
--- a/drivers/video/sh_mobile_lcdcfb.c
+++ b/drivers/video/sh_mobile_lcdcfb.c
@@ -589,7 +589,6 @@ static int __init sh_mobile_lcdc_probe(struct platform_device *pdev)
goto err1;
}
- priv->lddckr = pdata->lddckr;
priv->base = ioremap_nocache(res->start, (res->end - res->start) + 1);
for (i = 0; i < j; i++) {
diff --git a/include/video/sh_mobile_lcdc.h b/include/video/sh_mobile_lcdc.h
index 130102f663f..bfb42dbc5cc 100644
--- a/include/video/sh_mobile_lcdc.h
+++ b/include/video/sh_mobile_lcdc.h
@@ -64,7 +64,6 @@ struct sh_mobile_lcdc_chan_cfg {
};
struct sh_mobile_lcdc_info {
- unsigned long lddckr;
int clock_source;
struct sh_mobile_lcdc_chan_cfg ch[2];
};