[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <c7da964b-72ba-964a-5adf-c7b33b32c737@solarflare.com>
Date: Fri, 31 May 2019 22:47:21 +0100
From: Edward Cree <ecree@...arflare.com>
To: David Miller <davem@...emloft.net>
CC: Jamal Hadi Salim <jhs@...atatu.com>, Jiri Pirko <jiri@...nulli.us>,
"Pablo Neira Ayuso" <pablo@...filter.org>,
netdev <netdev@...r.kernel.org>,
"Cong Wang" <xiyou.wangcong@...il.com>
Subject: [PATCH net-next] 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@...arflare.com>
---
include/net/flow_offload.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/net/flow_offload.h b/include/net/flow_offload.h
index ae7cf27cd5e3..7554e88581d2 100644
--- a/include/net/flow_offload.h
+++ b/include/net/flow_offload.h
@@ -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 {
Powered by blists - more mailing lists