On 3 May 2013 at 15:03, Jani Nikula wrote: > >> This fixes a compilation issue with clang. An initial version of this patch > >> was developed by PaX Team <pageexec at freemail.hu>. > >> This is respin of this patch. > >> > >> Signed-off-by: Jan-Simon M?ller <dl9pf at gmx.de> > >> CC: pageexec at freemail.hu > >> CC: daniel.vetter at ffwll.ch > >> CC: airlied at linux.ie > >> CC: intel-gfx at lists.freedesktop.org > >> CC: dri-devel at lists.freedesktop.org > >> CC: linux-kernel at vger.kernel.org > > Picked up for -fixes, thanks for the patch. > > Please drop it. > > The patch removes the inline keyword, creating dozens of copies of the > functions, and consequently loads of warnings: in my original patch they were both static inline, not sure where the inline got lost...