6lowpan: make lowpan_cb static
CC: Alexander Smirnov <alex.bluesman.smirnov@gmail.com> Cc: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Cc: linux-zigbee-devel@lists.sourceforge.net Signed-off-by: Luis R. Rodriguez <mcgrof@suse.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
599018a710
commit
94716d2fb1
|
@ -36,7 +36,7 @@ struct lowpan_frag_info {
|
||||||
u8 d_offset;
|
u8 d_offset;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct lowpan_frag_info *lowpan_cb(struct sk_buff *skb)
|
static struct lowpan_frag_info *lowpan_cb(struct sk_buff *skb)
|
||||||
{
|
{
|
||||||
return (struct lowpan_frag_info *)skb->cb;
|
return (struct lowpan_frag_info *)skb->cb;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue