diff options
author | Jiri Pirko <jiri@resnulli.us> | 2015-05-12 14:56:11 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-05-13 15:19:46 -0400 |
commit | 9c684b5083bc191c4b7b189c73d75587e167a474 (patch) | |
tree | dfb542fc8f31f5f9a96b538d6b5c107253637956 /include/linux/skbuff.h | |
parent | d4fd32757176d1b03533770ef75aa2b781fa5667 (diff) | |
download | talos-obmc-linux-9c684b5083bc191c4b7b189c73d75587e167a474.tar.gz talos-obmc-linux-9c684b5083bc191c4b7b189c73d75587e167a474.zip |
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>
Diffstat (limited to 'include/linux/skbuff.h')
-rw-r--r-- | include/linux/skbuff.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/skbuff.h b/include/linux/skbuff.h index 17607ab9e7a2..ae2d1b7769d8 100644 --- a/include/linux/skbuff.h +++ b/include/linux/skbuff.h @@ -918,7 +918,6 @@ skb_set_hash(struct sk_buff *skb, __u32 hash, enum pkt_hash_types type) skb->hash = hash; } -void __skb_get_hash(struct sk_buff *skb); static inline __u32 skb_get_hash(struct sk_buff *skb) { if (!skb->l4_hash && !skb->sw_hash) |