]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: remove ibx_irq_uninstall
authorPaulo Zanoni <paulo.r.zanoni@intel.com>
Tue, 1 Apr 2014 18:37:23 +0000 (15:37 -0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 1 Apr 2014 21:11:46 +0000 (23:11 +0200)
commitca2b078c42ac57e9bcbd453838be9cdd8b4fbab8
treeb2bb2a3c675e767234c0cf127cc66c8ed4d8a0e8
parent1ebfbcef8305d142c9cff5435005462be0e3d518
drm/i915: remove ibx_irq_uninstall

After the latest changes, ibx_irq_preinstall and ibx_irq_uninstall are
the same, so remove one of the copies and rename the other to
ibx_irq_reset (since we're using the "reset" name for things which are
called both at preinstall and uninstall).

v2: - Rebase.

Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_irq.c