From: Ville Syrjälä Date: Tue, 24 Sep 2013 18:26:19 +0000 (+0300) Subject: drm/i915: Use DIV_ROUND_CLOSEST() X-Git-Tag: v3.13-rc1~76^2~80^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5de56df5c708f5d0d1bb2c156385a6740436affa;p=pandora-kernel.git drm/i915: Use DIV_ROUND_CLOSEST() vlv_find_best_dpll() has an open coded DIV_ROUND_CLOSEST(). Replace it with the real thing. Signed-off-by: Ville Syrjälä Reviewed-by: Mika Kuoppala Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed