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)
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>

No differences found