summaryrefslogtreecommitdiff
path: root/sys/dev/pci/drm/radeon_drv.h
diff options
context:
space:
mode:
authorOwain Ainsworth <oga@cvs.openbsd.org>2009-02-15 23:04:23 +0000
committerOwain Ainsworth <oga@cvs.openbsd.org>2009-02-15 23:04:23 +0000
commit26e7c8c183cbace919938f347b53c2e70c5c3c12 (patch)
tree2f033b839e446965ba6921b19ef50abdc0c97c63 /sys/dev/pci/drm/radeon_drv.h
parenta2d7bc97a056eecbd72a23f3b4715b22074f54eb (diff)
dev_priv->irq_enabled is only set to zero and then ignored. kill it.
Diffstat (limited to 'sys/dev/pci/drm/radeon_drv.h')
-rw-r--r--sys/dev/pci/drm/radeon_drv.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/pci/drm/radeon_drv.h b/sys/dev/pci/drm/radeon_drv.h
index 1a18347f285..d5a7e9c1d86 100644
--- a/sys/dev/pci/drm/radeon_drv.h
+++ b/sys/dev/pci/drm/radeon_drv.h
@@ -291,7 +291,6 @@ typedef struct drm_radeon_private {
atomic_t swi_emitted;
int vblank_crtc;
uint32_t irq_enable_reg;
- int irq_enabled;
uint32_t r500_disp_irq_reg;
struct radeon_surface surfaces[RADEON_MAX_SURFACES];