From: Laurent Pinchart Date: Wed, 7 Sep 2011 13:47:07 +0000 (+0200) Subject: fbdev: sh_mobile_lcdc: Move pm runtime enable to probe() X-Git-Tag: v3.4-rc1~125^2~12^2~52 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4774c12aacafc0b8be81b1d159be5a761889e2d7;p=pandora-kernel.git 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 --- Reading git-diff-tree failed