]> git.baikalelectronics.ru Git - kernel.git/commit
net: move __skb_get_hash function declaration to flow_dissector.h
authorJiri Pirko <jiri@resnulli.us>
Tue, 12 May 2015 12:56:11 +0000 (14:56 +0200)
committerDavid S. Miller <davem@davemloft.net>
Wed, 13 May 2015 19:19:46 +0000 (15:19 -0400)
commita76cf0b9a050b3b52309b2230ba23103d9be8761
treedfb542fc8f31f5f9a96b538d6b5c107253637956
parenta9d3752a83a3b118a84ad87b2ffb810bb9123409
net: move __skb_get_hash function declaration to flow_dissector.h

Since the definition of the function is in flow_dissector.c, it makes
sense to have the declaration in flow_dissector.h

Signed-off-by: Jiri Pirko <jiri@resnulli.us>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/skbuff.h
include/net/flow_dissector.h