bna: Fixed build break for allyesconfig
authorRasesh Mody <rmody@brocade.com>
Thu, 26 Aug 2010 06:00:27 +0000 (23:00 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 26 Aug 2010 06:00:27 +0000 (23:00 -0700)
This is the patch to fix the build break caused by multiple
definitions of symbols between Brocade's FC/FCOE driver(BFA)
and 10G Networking Driver(BNA).

Changes are:

1. locally used functions are made static

2. unused functions are removed

3. using unique namespaces for the function names that must be
globally visible

Signed-off-by: Debashis Dutt <ddutt@brocade.com>
Signed-off-by: Rasesh Mody <rmody@brocade.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found