Skip to content

Commit

Permalink
6lowpan: make lowpan_cb static
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Luis R. Rodriguez authored and David S. Miller committed Apr 20, 2014
1 parent 599018a commit 94716d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/ieee802154/reassembly.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 94716d2

Please sign in to comment.