6lowpan: reassembly: un-export local functions
authorFlorian Westphal <fw@strlen.de>
Thu, 13 Mar 2014 19:58:03 +0000 (20:58 +0100)
committerDavid S. Miller <davem@davemloft.net>
Thu, 13 Mar 2014 20:10:11 +0000 (16:10 -0400)
commit177943260a6088bec51fc6c04643d84e43bef423
treee3dbed894d435bf3cf68f8f2fe38939e97f353ad
parent702eca02b7c8574b42359512ebccfa777a71f66e
6lowpan: reassembly: un-export local functions

most of these are only used locally, make them static.
fold lowpan_expire_frag_queue into its caller, its small enough.

Cc: Alexander Aring <alex.aring@gmail.com>
Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ieee802154/reassembly.c