]> www.infradead.org Git - users/jedix/linux-maple.git/commit
bnx2x: make bnx2x_close() static again
authorMichal Schmidt <mschmidt@redhat.com>
Thu, 16 Feb 2012 02:38:48 +0000 (02:38 +0000)
committerJoe Jin <joe.jin@oracle.com>
Wed, 16 May 2012 14:49:13 +0000 (22:49 +0800)
commit3b2008da0bd873df7372f8904f7394d9ec8f6993
tree2aaf541231cc6e945b5a257498dbacd89bbef793
parent9162c3c4aa9e8acff97a5ad374186f02996d039e
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.

(cherry picked from commit 56ad315250bec1cd239c18712e072d1ff1f4aaf3)
Signed-off-by: Michal Schmidt <mschmidt@redhat.com>
Acked-by: Yuval Mintz <yuvalmin@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Joe Jin <joe.jin@oracle.com>
drivers/net/bnx2x/bnx2x.h
drivers/net/bnx2x/bnx2x_main.c