From mboxrd@z Thu Jan 1 00:00:00 1970 From: "PaX Team" Subject: Re: [Intel-gfx] [PATCH] [TRIVIAL] Fix declaration of intel_gmbus_{is_forced_bit/is_port_falid} in i915 driver. Date: Sat, 04 May 2013 10:55:50 +0200 Message-ID: <5184CD16.8569.184037FF@pageexec.freemail.hu> References: <1367572662-18400-1-git-send-email-dl9pf@gmx.de>, <20130503092348.GL5763@phenom.ffwll.local>, <87k3ngtgme.fsf@intel.com> Reply-To: pageexec@freemail.hu Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: In-reply-to: <87k3ngtgme.fsf@intel.com> Content-description: Mail message body Sender: linux-kernel-owner@vger.kernel.org To: Daniel Vetter , dl9pf@gmx.de, Jani Nikula Cc: airlied@linux.ie, daniel.vetter@ffwll.ch, intel-gfx@lists.freedesktop.org, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org On 3 May 2013 at 15:03, Jani Nikula wrote: > >> This fixes a compilation issue with clang. An initial version of t= his patch > >> was developed by PaX Team . > >> This is respin of this patch. > >>=20 > >> Signed-off-by: Jan-Simon M=C3=B6ller > >> CC: pageexec@freemail.hu > >> CC: daniel.vetter@ffwll.ch > >> CC: airlied@linux.ie > >> CC: intel-gfx@lists.freedesktop.org > >> CC: dri-devel@lists.freedesktop.org > >> CC: linux-kernel@vger.kernel.org > > Picked up for -fixes, thanks for the patch. >=20 > Please drop it. >=20 > The patch removes the inline keyword, creating dozens of copies of th= e > functions, and consequently loads of warnings: in my original patch they were both static inline, not sure where the inline got lost...