fbdev: sh_mobile_lcdc: Move pm runtime enable to probe()
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Wed, 7 Sep 2011 13:47:07 +0000 (15:47 +0200)
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Mon, 12 Mar 2012 21:40:42 +0000 (22:40 +0100)
commit4774c12aacafc0b8be81b1d159be5a761889e2d7
treeb44006587a631f29fc904de75f1cd3d820253281
parent217e9c4353aa86f0c7eeb4c275bca73ea8b53be1
fbdev: sh_mobile_lcdc: Move pm runtime enable to probe()

The pm_runtime_enable() and pm_runtime_resume() calls don't belong to
sh_mobile_lcdc_setup_clocks(). Move them to the probe function. Remove
the unneeded pm_runtime_resume() call.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
drivers/video/sh_mobile_lcdcfb.c