drm/i915: clean up unused ring_get_irq/ring_put_irq functions
authorFeng, Boqun <boqun.feng@intel.com>
Thu, 28 Apr 2011 09:15:33 +0000 (17:15 +0800)
committerKeith Packard <keithp@keithp.com>
Mon, 16 May 2011 19:54:16 +0000 (12:54 -0700)
This patch depends on patch "drm/i915: fix user irq miss in BSD ring on
g4x".
Once the previous patch apply, ring_get_irq/ring_put_irq become unused.
So simply remove them.

Signed-off-by: Feng, Boqun <boqun.feng@intel.com>
Reviewed-by: Xiang, Haihao <haihao.xiang@intel.com>
Signed-off-by: Keith Packard <keithp@keithp.com>

No differences found