From: Jan-Simon Möller Date: Mon, 6 May 2013 12:52:08 +0000 (+0200) Subject: drm/i915: Fix declaration of intel_gmbus_{is_forced_bit/is_port_falid} X-Git-Tag: v3.11-rc1~65^2~131^2~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f375e10ee47b9d7b9b3aefcf67854c6e92708be;p=pandora-kernel.git drm/i915: Fix declaration of intel_gmbus_{is_forced_bit/is_port_falid} Description: intel_gmbus_is_forced_bit is no extern as its body is right below. Likewise for intel_gmbus_is_port_valid. This fixes a compilation issue with clang. An initial version of this patch was developed by PaX Team . This is respin of this patch. 20130509: v2: (re-)add inline upon request. Signed-off-by: Jan-Simon Möller 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 [danvet: Bikeshed commit message.] Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed