Fix type of dummy_irq()

This commit is contained in:
Michael Brown
2005-04-13 01:28:43 +00:00
parent 9848135950
commit f16ac2d87e
2 changed files with 2 additions and 2 deletions

View File

@@ -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;
}