diff options
author | Rasesh Mody <rmody@brocade.com> | 2010-10-05 11:46:05 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-10-05 23:39:39 -0400 |
commit | b7ee31c5af7f04b67d8b8e4f3b2bcb8bcfced8a3 (patch) | |
tree | a50e868a3a0d6dcc9c86ca488db91f77eaa3ab56 /drivers/net/bna/bnad.h | |
parent | e2fa6f2ef6e48666b78d4b0f00914b06bb19d298 (diff) |
bna: scope and dead code cleanup
As suggested by Stephen Hemminger:
1) Made functions and data structures static wherever possible.
2) Removed unused code.
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>
Diffstat (limited to 'drivers/net/bna/bnad.h')
-rw-r--r-- | drivers/net/bna/bnad.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/bna/bnad.h b/drivers/net/bna/bnad.h index ee377888b905..ebc3a9078642 100644 --- a/drivers/net/bna/bnad.h +++ b/drivers/net/bna/bnad.h | |||
@@ -248,7 +248,6 @@ struct bnad { | |||
248 | u64 mmio_len; | 248 | u64 mmio_len; |
249 | 249 | ||
250 | u32 msix_num; | 250 | u32 msix_num; |
251 | u32 msix_diag_num; | ||
252 | struct msix_entry *msix_table; | 251 | struct msix_entry *msix_table; |
253 | 252 | ||
254 | struct mutex conf_mutex; | 253 | struct mutex conf_mutex; |