* [PATCH] video: remove unused sh_mobile_lcdc platform data
@ 2008-10-09 9:47 Magnus Damm
0 siblings, 0 replies; only message in thread
From: Magnus Damm @ 2008-10-09 9:47 UTC (permalink / raw)
To: linux-sh; +Cc: Magnus Damm, lethal, linux-fbdev-devel
From: Magnus Damm <damm@igel.co.jp>
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>
---
Paul, can you handle this together with the other SuperH patches?
drivers/video/sh_mobile_lcdcfb.c | 1 -
include/video/sh_mobile_lcdc.h | 1 -
2 files changed, 2 deletions(-)
--- 0001/drivers/video/sh_mobile_lcdcfb.c
+++ work/drivers/video/sh_mobile_lcdcfb.c 2008-10-09 17:08:26.000000000 +0900
@@ -589,7 +589,6 @@ static int __init sh_mobile_lcdc_probe(s
goto err1;
}
- priv->lddckr = pdata->lddckr;
priv->base = ioremap_nocache(res->start, (res->end - res->start) + 1);
for (i = 0; i < j; i++) {
--- 0001/include/video/sh_mobile_lcdc.h
+++ work/include/video/sh_mobile_lcdc.h 2008-10-09 17:08:26.000000000 +0900
@@ -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];
};
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-10-09 9:47 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-09 9:47 [PATCH] video: remove unused sh_mobile_lcdc platform data Magnus Damm
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).