From: Michael Brown Date: Wed, 13 Apr 2005 02:05:43 +0000 (+0000) Subject: Whoops X-Git-Tag: v0.9.3~1987 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e27ebad4b2d76fc33150d66ec18ca654c24b1d20;p=thirdparty%2Fipxe.git Whoops --- diff --git a/src/core/nic.c b/src/core/nic.c index dd02060f5..5b52bea1c 100644 --- a/src/core/nic.c +++ b/src/core/nic.c @@ -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; } /**************************************************************************