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:
Luis R. Rodriguez 2014-04-17 18:22:55 -07:00 committed by David S. Miller
parent 599018a710
commit 94716d2fb1

View file

@ -36,7 +36,7 @@ struct lowpan_frag_info {
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;
}