From: Ben Gamari Date: Mon, 14 Sep 2009 21:48:43 +0000 (-0400) Subject: drm/i915: make i915_seqno_passed non-static X-Git-Tag: v2.6.32-rc1~52^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22be172423b0007a02a06d70db8aeb4d9e64c6b3;p=pandora-kernel.git drm/i915: make i915_seqno_passed non-static We'll need it in i915_irq.c for checking whether there are outstanding requests. Also, the function really ought to return a bool, not an int. Signed-off-by: Ben Gamari Signed-off-by: Jesse Barnes --- Reading git-diff-tree failed