mirror of https://gitee.com/openkylin/linux.git
[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
|
@ -7313,7 +7313,7 @@ bnx2_bus_string(struct bnx2 *bp, char *str)
|
||||||
return str;
|
return str;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int __devinit
|
static void __devinit
|
||||||
bnx2_init_napi(struct bnx2 *bp)
|
bnx2_init_napi(struct bnx2 *bp)
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
|
|
Loading…
Reference in New Issue