aboutsummaryrefslogtreecommitdiffstats
path: root/include/net
diff options
context:
space:
mode:
Diffstat (limited to 'include/net')
-rw-r--r--include/net/xfrm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/xfrm.h b/include/net/xfrm.h
index e027179e8199..52e784fa2c50 100644
--- a/include/net/xfrm.h
+++ b/include/net/xfrm.h
@@ -256,6 +256,7 @@ struct km_event
256 u32 seq; 256 u32 seq;
257 u32 pid; 257 u32 pid;
258 u32 event; 258 u32 event;
259 struct net *net;
259}; 260};
260 261
261struct net_device; 262struct net_device;