From: Patrik Jakobsson Date: Wed, 13 Mar 2013 22:32:36 +0000 (+0100) Subject: drm/gma500: Calculate clock in one function instead of three identical X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~55^2~42^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1548060f48421f2faec75d431d447a090a30bf63;p=pandora-kernel.git drm/gma500: Calculate clock in one function instead of three identical i9xx_clock() and i8xx_clock() did the same calc and psb_intel_clock() just called i9xx_clock() so just move it all into psb_intel_clock(). The same calculation is duplicated in cdv_intel_display.c as well so maybe we can share it later on. Signed-off-by: Patrik Jakobsson --- Reading git-diff-tree failed