mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-25 21:54:06 +08:00
flow_offload: include linux/kernel.h from flow_offload.h
flow_stats_update() uses max_t, so ensure we have that defined. Signed-off-by: Edward Cree <ecree@solarflare.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
1cc26450a8
commit
fa85999f49
@ -1,6 +1,7 @@
|
||||
#ifndef _NET_FLOW_OFFLOAD_H
|
||||
#define _NET_FLOW_OFFLOAD_H
|
||||
|
||||
#include <linux/kernel.h>
|
||||
#include <net/flow_dissector.h>
|
||||
|
||||
struct flow_match {
|
||||
|
Loading…
Reference in New Issue
Block a user