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/bfa_sm.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/bfa_sm.h')
-rw-r--r-- | drivers/net/bna/bfa_sm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/bna/bfa_sm.h b/drivers/net/bna/bfa_sm.h index 1d3d975d6f68..46462c49b6f9 100644 --- a/drivers/net/bna/bfa_sm.h +++ b/drivers/net/bna/bfa_sm.h | |||
@@ -77,7 +77,7 @@ typedef void (*bfa_fsm_t)(void *fsm, int event); | |||
77 | ((_fsm)->fsm == (bfa_fsm_t)(_state)) | 77 | ((_fsm)->fsm == (bfa_fsm_t)(_state)) |
78 | 78 | ||
79 | static inline int | 79 | static inline int |
80 | bfa_sm_to_state(struct bfa_sm_table *smt, bfa_sm_t sm) | 80 | bfa_sm_to_state(const struct bfa_sm_table *smt, bfa_sm_t sm) |
81 | { | 81 | { |
82 | int i = 0; | 82 | int i = 0; |
83 | 83 | ||