diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-03-15 15:27:06 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-03-15 15:27:06 +0100 |
commit | 2d3b5fa3a39d16c880bda3cf2bd9dd6ed5a01f74 (patch) | |
tree | e20283fe2ed46aa35c8ca5fc1724ba067cd2e2f8 /include/net/xfrm.h | |
parent | Video: ARM CLCD: Better fix for swapped IENB and CNTL registers (diff) | |
parent | video: enable sh_mobile_lcdc on SH-Mobile ARM (diff) | |
download | linux-2d3b5fa3a39d16c880bda3cf2bd9dd6ed5a01f74.tar.xz linux-2d3b5fa3a39d16c880bda3cf2bd9dd6ed5a01f74.zip |
Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/genesis-2.6
Diffstat (limited to 'include/net/xfrm.h')
-rw-r--r-- | include/net/xfrm.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/net/xfrm.h b/include/net/xfrm.h index a7df3275b860..d74e080ba6c9 100644 --- a/include/net/xfrm.h +++ b/include/net/xfrm.h @@ -275,7 +275,8 @@ struct xfrm_policy_afinfo { struct dst_entry *dst, int nfheader_len); int (*fill_dst)(struct xfrm_dst *xdst, - struct net_device *dev); + struct net_device *dev, + struct flowi *fl); }; extern int xfrm_policy_register_afinfo(struct xfrm_policy_afinfo *afinfo); |