commit | 1c69eb42b781eef6a1a1782147ba70cb6771e5c4 | [log] [tgz] |
---|---|---|
author | Paulo Zanoni <paulo.r.zanoni@intel.com> | Tue Apr 01 15:37:23 2014 -0300 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Tue Apr 01 23:11:46 2014 +0200 |
tree | b2bb2a3c675e767234c0cf127cc66c8ed4d8a0e8 | |
parent | 622364b667e9189ce73e61fc1dba34ea1ead33b0 [diff] |
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>