aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/xfrm.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/xfrm.h')
-rw-r--r--include/net/xfrm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/xfrm.h b/include/net/xfrm.h
index 0acabf2a0a8f..4d6dc627df9b 100644
--- a/include/net/xfrm.h
+++ b/include/net/xfrm.h
@@ -285,7 +285,7 @@ extern void xfrm_put_type(struct xfrm_type *type);
285 285
286struct xfrm_mode { 286struct xfrm_mode {
287 int (*input)(struct xfrm_state *x, struct sk_buff *skb); 287 int (*input)(struct xfrm_state *x, struct sk_buff *skb);
288 int (*output)(struct sk_buff *skb); 288 int (*output)(struct xfrm_state *x,struct sk_buff *skb);
289 289
290 struct module *owner; 290 struct module *owner;
291 unsigned int encap; 291 unsigned int encap;