llc: Make function pointer arrays const

It's better when function pointer arrays aren't modifiable.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Joe Perches
2014-12-10 08:18:50 -08:00
committed by David S. Miller
parent b95bf1e0ea
commit 14b7d95fd2
3 changed files with 237 additions and 237 deletions

View File

@@ -36,7 +36,7 @@ struct llc_conn_state_trans {
llc_conn_ev_t ev;
u8 next_state;
llc_conn_ev_qfyr_t *ev_qualifiers;
llc_conn_action_t *ev_actions;
const llc_conn_action_t *ev_actions;
};
struct llc_conn_state {