From: Steven Fuerst Date: Wed, 15 Aug 2012 22:07:14 +0000 (-0700) Subject: Rename i2f() to int2float(), and make it global so one copy can be removed. X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~20^2~3^2~71 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ff64fcaa7b7ba62d12758e49643f31dd9e90ece;p=pandora-kernel.git Rename i2f() to int2float(), and make it global so one copy can be removed. Remove the copy of i2f() in r600_blit_kms.c We rename the function to something longer now that it is a global symbol. This reduces the likelyhood of unintended clashes later. This might be a candidate for inclusion inside general drm infrastructure. However, at the moment only the radeon driver uses it. Signed-off-by: Steven Fuerst --- Reading git-diff-tree failed