On 3/2/18 7:09 AM, Ido Schimmel wrote: >> diff --git a/net/core/flow_dissector.c b/net/core/flow_dissector.c >> index 559db9ea8d86..d29f09bc5ff9 100644 >> --- a/net/core/flow_dissector.c >> +++ b/net/core/flow_dissector.c >> @@ -1341,22 +1341,6 @@ __u32 __get_hash_from_flowi6(const struct flowi6 >> *fl6, struct flow_keys *keys) >> } >> EXPORT_SYMBOL(__get_hash_from_flowi6); >> >> -__u32 __get_hash_from_flowi4(const struct flowi4 *fl4, struct flow_keys >> *keys) > > Need to remove the declaration from include/net/flow.h
good catch. I'll add to v3.