From: Mark Charlebois Date: Fri, 29 Aug 2014 18:05:50 +0000 (-0700) Subject: drm/msm: Change nested function to static function X-Git-Tag: fixes-for-v3.18-merge-window~144^2~2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc886107c55634415d24584008ebac4edd074af1;p=pandora-kernel.git drm/msm: Change nested function to static function There is currently a nested function in Russel King's tree for the msm HDMI driver. The last nested function was removed from the Linux kernel when the Thinkpad driver was fixed. I believe nested functions are not desired upstream, and it also breaks compilation with clang so here is a patch to change the nested function into static function. The patch works with both clang and gcc. Signed-off-by: Mark Charlebois Signed-off-by: Rob Clark --- Reading git-diff-tree failed