[PATCH] drm/msm: Change nested function to static function

2014-08-29 Thread Rob Clark
On Fri, Aug 29, 2014 at 2:05 PM, Mark Charlebois wrote: > 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 upstre

[PATCH] drm/msm: Change nested function to static function

2014-08-29 Thread Mark Charlebois
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 c