]> 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)
commit0f6df191e90c05fd1701671835cc8a9e0bc632c7
treedfb542fc8f31f5f9a96b538d6b5c107253637956
parentadc609e36a5f7bf8c7b4364eea7946214337eb5c
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