wan: make LAPB callbacks const

This is compile tested only.
Suggested by dumpster diving in PAX.

Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
stephen hemminger
2011-09-16 11:04:29 +00:00
committed by David S. Miller
parent 026359bc6e
commit d97a077a15
6 changed files with 28 additions and 28 deletions

View File

@@ -95,7 +95,7 @@ struct lapb_cb {
struct sk_buff_head write_queue;
struct sk_buff_head ack_queue;
unsigned char window;
struct lapb_register_struct callbacks;
const struct lapb_register_struct *callbacks;
/* FRMR control information */
struct lapb_frame frmr_data;