mirror of
https://github.com/adulau/aha.git
synced 2024-12-30 12:46:17 +00:00
[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:
parent
f13561cb2f
commit
2ba582b782
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue