diff options
author | Owain Ainsworth <oga@cvs.openbsd.org> | 2009-04-03 13:47:05 +0000 |
---|---|---|
committer | Owain Ainsworth <oga@cvs.openbsd.org> | 2009-04-03 13:47:05 +0000 |
commit | bd3e3e090b3d80a4c00a8d4ac83d0d274eeed828 (patch) | |
tree | 2c14819436bdfd2842e2e937ce7ef732ca9275b9 /sys/dev/pci/drm/radeon_drv.c | |
parent | a84c159815376bb2b69d2df5063b974d6c626565 (diff) |
Remove dev->irq_lock, the drm_irq_handler_wrap irq handler, and remove
the dev->driver irq_handler member since we now don't need to know.
Shaves a few bytes, and makes me happy.
Diffstat (limited to 'sys/dev/pci/drm/radeon_drv.c')
-rw-r--r-- | sys/dev/pci/drm/radeon_drv.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/pci/drm/radeon_drv.c b/sys/dev/pci/drm/radeon_drv.c index db9c3af263e..1561962b452 100644 --- a/sys/dev/pci/drm/radeon_drv.c +++ b/sys/dev/pci/drm/radeon_drv.c @@ -496,7 +496,6 @@ static const struct drm_driver_info radeondrm_driver = { .disable_vblank = radeon_disable_vblank, .irq_install = radeon_driver_irq_install, .irq_uninstall = radeon_driver_irq_uninstall, - .irq_handler = radeon_driver_irq_handler, .dma_ioctl = radeon_cp_buffers, .name = DRIVER_NAME, |