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)
commit8547920fc6f0d288fcc57ca705ccb2d00920fc72
tree3a6c76e0b64f4146a521491895105e1763006837
parent5bfa1063a775836a84f97e4df863fc36e1f856ad
drm/i915: clean up unused ring_get_irq/ring_put_irq functions

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>
drivers/gpu/drm/i915/intel_ringbuffer.c