]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
Whoops
authorMichael Brown <mcb30@etherboot.org>
Wed, 13 Apr 2005 02:05:43 +0000 (02:05 +0000)
committerMichael Brown <mcb30@etherboot.org>
Wed, 13 Apr 2005 02:05:43 +0000 (02:05 +0000)
src/core/nic.c

index dd02060f52ca2a8a1c3cb830a5371c83be8fd808..5b52bea1c78c26aa7766b1fc6192699048aabc73 100644 (file)
@@ -380,8 +380,8 @@ int dummy_connect ( struct nic *nic __unused ) {
        return 1;
 }
 
-int dummy_irq ( struct nic *nic __unused, irq_action_t irq_action __unused ) {
-       return 1;
+void dummy_irq ( struct nic *nic __unused, irq_action_t irq_action __unused ) {
+       return;
 }
 
 /**************************************************************************