bnx2x: make bnx2x_close() static again
authorMichal Schmidt <mschmidt@redhat.com>
Thu, 16 Feb 2012 02:38:48 +0000 (02:38 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 20 Feb 2012 00:02:41 +0000 (19:02 -0500)
commit56ad315250bec1cd239c18712e072d1ff1f4aaf3
treeacf29863a377d22385c40f76c472c1099445a073
parent32efe08d77f5902ce7315fc9003c010ffffb8268
bnx2x: make bnx2x_close() static again

Commit 8304859a "bnx2x: add fan failure event handling" made the function
bnx2x_close() non-static unnecessarily. The function is not called from
other sources. Make it static again.

Signed-off-by: Michal Schmidt <mschmidt@redhat.com>
Acked-by: Yuval Mintz <yuvalmin@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/broadcom/bnx2x/bnx2x.h
drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c