summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/pci/drm/drmP.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/pci/drm/drmP.h b/sys/dev/pci/drm/drmP.h
index e2ca5e3e3b0..ae3842c596a 100644
--- a/sys/dev/pci/drm/drmP.h
+++ b/sys/dev/pci/drm/drmP.h
@@ -306,7 +306,7 @@ typedef void irqreturn_t;
#define IRQ_NONE /* nothing */
#elif defined(__NetBSD__) || defined(__OpenBSD__)
typedef int irqreturn_t;
-#define IRQ_HANDLED 0
+#define IRQ_HANDLED 1
#define IRQ_NONE 0
#endif