Re: [PATCH net-next] qlcnic: make local functions static
From: David Miller <davem@davemloft.net> Date: 2013-12-18 20:05:08
From: Stephen Hemminger <redacted>
Date: Fri, 13 Dec 2013 12:31:19 -0800
Functions only used in one file should be static.
Found by running make namespacecheck
Remove function qlcnic_enable_eswitch which was defined
but never used in current code.
Compile tested only; do not have the hardware.
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
You'll need to respin this as it doesn't apply to net-next at
the moment, thanks.