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)
commit9c684b5083bc191c4b7b189c73d75587e167a474
treedfb542fc8f31f5f9a96b538d6b5c107253637956
parentd4fd32757176d1b03533770ef75aa2b781fa5667
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