drm/i915: make i915_seqno_passed non-static
authorBen Gamari <bgamari.foss@gmail.com>
Mon, 14 Sep 2009 21:48:43 +0000 (17:48 -0400)
committerJesse Barnes <jbarnes@virtuousgeek.org>
Thu, 17 Sep 2009 21:35:11 +0000 (14:35 -0700)
commit22be172423b0007a02a06d70db8aeb4d9e64c6b3
treec94f5cf0576193becc693e3719ac42973ab81ec5
parent1341d655ddea37f307736af7030a3ef7c5648c31
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 <bgamari.foss@gmail.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
drivers/gpu/drm/i915/i915_drv.h
drivers/gpu/drm/i915/i915_gem.c