summaryrefslogtreecommitdiffstats
path: root/driver/int.h
diff options
context:
space:
mode:
Diffstat (limited to 'driver/int.h')
-rw-r--r--driver/int.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/driver/int.h b/driver/int.h
index 4a834c7..42fa474 100644
--- a/driver/int.h
+++ b/driver/int.h
@@ -4,6 +4,5 @@
int pcidriver_probe_irq(pcidriver_privdata_t *privdata);
void pcidriver_remove_irq(pcidriver_privdata_t *privdata);
void pcidriver_irq_unmap_bars(pcidriver_privdata_t *privdata);
-IRQ_HANDLER_FUNC(pcidriver_irq_handler);
-#endif
+#endif /* _PCIDRIVER_INT_H */