diff options
Diffstat (limited to 'linux/i830_dma.c')
-rw-r--r-- | linux/i830_dma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/i830_dma.c b/linux/i830_dma.c index 48b64d7c..422f3ad5 100644 --- a/linux/i830_dma.c +++ b/linux/i830_dma.c @@ -238,7 +238,7 @@ int i830_dma_cleanup(drm_device_t *dev) { drm_device_dma_t *dma = dev->dma; -#if _HAVE_DMA_IRQ +#if __HAVE_IRQ /* Make sure interrupts are disabled here because the uninstall ioctl * may not have been called from userspace and after dev_private * is freed, it's too late. |