]> git.karo-electronics.de Git - karo-tx-linux.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)
commit1c69eb42b781eef6a1a1782147ba70cb6771e5c4
treeb2bb2a3c675e767234c0cf127cc66c8ed4d8a0e8
parent622364b667e9189ce73e61fc1dba34ea1ead33b0
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