]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit49ddf0a67095a9fd27be709f6645cbfef4c8f0e7
treee3dbed894d435bf3cf68f8f2fe38939e97f353ad
parentdf6fbca09f639d47a61272d15a34ee03ad0de937
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