summaryrefslogtreecommitdiffstats
path: root/src/core/nic.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/nic.c')
-rw-r--r--src/core/nic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/nic.c b/src/core/nic.c
index 8b9d64d1..dd02060f 100644
--- a/src/core/nic.c
+++ b/src/core/nic.c
@@ -380,7 +380,7 @@ int dummy_connect ( struct nic *nic __unused ) {
return 1;
}
-int dummy_irq ( struct nic *nic __unused ) {
+int dummy_irq ( struct nic *nic __unused, irq_action_t irq_action __unused ) {
return 1;
}