Skip to content

Commit

Permalink
flow_dissector: remove unused function flow_get_hlen declaration
Browse files Browse the repository at this point in the history
commit 56193d1 ("net: Add function for parsing the header length out
of linear ethernet frames") added this function declaration but it is
defined nowhere.

Signed-off-by: Jiri Pirko <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
jpirko authored and davem330 committed May 13, 2015
1 parent 1bd758e commit b0a3143
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions include/net/flow_dissector.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@ static inline __be32 skb_flow_get_ports(const struct sk_buff *skb,

u32 flow_hash_from_keys(struct flow_keys *keys);

unsigned int flow_get_hlen(const unsigned char *data, unsigned int max_len,
__be16 protocol);

/* struct flow_keys_digest:
*
* This structure is used to hold a digest of the full flow keys. This is a
Expand Down

0 comments on commit b0a3143

Please sign in to comment.