[BNX2]: Fix compiler warning.

Change bnx2_init_napi() to void.

Warning was noted by DaveM.

Signed-off-by: Michael Chan <mchan@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Michael Chan 2007-12-21 15:04:49 -08:00 committed by David S. Miller
parent f13561cb2f
commit 2ba582b782

View file

@ -7313,7 +7313,7 @@ bnx2_bus_string(struct bnx2 *bp, char *str)
return str;
}
static int __devinit
static void __devinit
bnx2_init_napi(struct bnx2 *bp)
{
int i;