diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-07-27 08:17:14 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-07-27 08:17:14 +0200 |
commit | c97793089b11f736287b65abe3d530d5ffd3857b (patch) | |
tree | 6944831ba049777b40aed51c75bf6dc637cc98e4 /net/core/flow_offload.c | |
parent | 9a360a7cae11461ccd933a9ea366b0dcb3afadb0 (diff) | |
parent | 92ed301919932f777713b9172e525674157e983d (diff) | |
download | linux-c97793089b11f736287b65abe3d530d5ffd3857b.tar.bz2 |
Merge 5.8-rc7 into usb-next
We want the USB fixes in here as well.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'net/core/flow_offload.c')
-rw-r--r-- | net/core/flow_offload.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/core/flow_offload.c b/net/core/flow_offload.c index b739cfab796e..2076219b8ba5 100644 --- a/net/core/flow_offload.c +++ b/net/core/flow_offload.c @@ -4,6 +4,7 @@ #include <net/flow_offload.h> #include <linux/rtnetlink.h> #include <linux/mutex.h> +#include <linux/rhashtable.h> struct flow_rule *flow_rule_alloc(unsigned int num_actions) { |