]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7bf633f23e0fb3908a8ed61909f00893b69ba087
tree3a6c76e0b64f4146a521491895105e1763006837
parent24c700209c5de39d37782b6b8c42a41049e54921
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