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:
committed by
David S. Miller
parent
026359bc6e
commit
d97a077a15
@@ -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;
|
||||
|
Reference in New Issue
Block a user