Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 116183
b: refs/heads/master
c: 7994b1c
h: refs/heads/master
i:
  116181: e21a6ec
  116179: 085f8d5
  116175: a829517
v: v3
  • Loading branch information
Magnus Damm authored and Paul Mundt committed Oct 20, 2008
1 parent 09086a0 commit 2c36400
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7713718751aa8b8df39314b7e49ea2f66a5d1f0c
refs/heads/master: 7994b1c55ec19238067a47f09b0463db3a48c33c
1 change: 0 additions & 1 deletion trunk/drivers/video/sh_mobile_lcdcfb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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++) {
Expand Down
1 change: 0 additions & 1 deletion trunk/include/video/sh_mobile_lcdc.h
Original file line number Diff line number Diff line change
Expand Up @@ -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];
};
Expand Down

0 comments on commit 2c36400

Please sign in to comment.