Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
[linux-2.6-block.git] / net / llc / llc_sap.c
index 06033f6c845ff5d2ab73a98a41d08767b88e59fd..d0e1e804ebd73dcebcf2f930b921233a49b0f454 100644 (file)
@@ -146,7 +146,7 @@ static int llc_exec_sap_trans_actions(struct llc_sap *sap,
                                      struct sk_buff *skb)
 {
        int rc = 0;
-       llc_sap_action_t *next_action = trans->ev_actions;
+       const llc_sap_action_t *next_action = trans->ev_actions;
 
        for (; next_action && *next_action; next_action++)
                if ((*next_action)(sap, skb))