mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-11-07 04:09:21 +00:00
drivers/video/nuc900fb.c: fix lcd build error
Fix a nuc900 lcd build error. Since the 'nuc900_driver_clksrc_div()' API cannot be merged into mainline successfully, I removed this clock source selection hook in this driver. This means nuc900 lcd driver has to select default clock source from the external crystal now. Signed-off-by: Wan ZongShun <mcuos.com@gmail.com> Cc: Qiang Wang <rurality.wq@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
46c23d7f52
commit
032093bd44
1 changed files with 0 additions and 2 deletions
|
@ -596,8 +596,6 @@ static int __devinit nuc900fb_probe(struct platform_device *pdev)
|
|||
goto release_regs;
|
||||
}
|
||||
|
||||
nuc900_driver_clksrc_div(&pdev->dev, "ext", 0x2);
|
||||
|
||||
fbi->clk = clk_get(&pdev->dev, NULL);
|
||||
if (!fbi->clk || IS_ERR(fbi->clk)) {
|
||||
printk(KERN_ERR "nuc900-lcd:failed to get lcd clock source\n");
|
||||
|
|
Loading…
Reference in a new issue