summaryrefslogtreecommitdiff
path: root/include/net
diff options
context:
space:
mode:
authorSandeep Malik <Sandeep.Malik@freescale.com>2014-03-13 15:19:14 (GMT)
committerJose Rivera <German.Rivera@freescale.com>2014-03-17 19:06:24 (GMT)
commitcb92b1f8d81a50691cd3fe1747d2a7e04150fd37 (patch)
tree4fef4090e45c09b803e53be1bb9a1ea431b484bb /include/net
parent48be2c66c6a015e67de2e4421cacdfaef10628f8 (diff)
downloadlinux-fsl-qoriq-cb92b1f8d81a50691cd3fe1747d2a7e04150fd37.tar.xz
xfrm_asf: Patch to revert the changes of multi-policy.
This patch reverts the changes for multi-policy being merged into master branch as the compilation of ASF will break. Signed-off-by: Sandeep Malik <Sandeep.Malik@freescale.com> Change-Id: Ifb748be84574daef6ba9adcf0a5db58df5b790b9 Reviewed-on: http://git.am.freescale.net:8181/9807 Tested-by: Review Code-CDREVIEW <CDREVIEW@freescale.com> Reviewed-by: Rajan Gupta <rajan.gupta@freescale.com> Reviewed-by: Jose Rivera <German.Rivera@freescale.com>
Diffstat (limited to 'include/net')
-rw-r--r--include/net/xfrm.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/net/xfrm.h b/include/net/xfrm.h
index 59b9a34..8f08341 100644
--- a/include/net/xfrm.h
+++ b/include/net/xfrm.h
@@ -1764,12 +1764,6 @@ struct asf_ipsec_callbackfn_s {
struct xfrm_state *xfrm);
};
extern struct asf_ipsec_callbackfn_s asf_cb_fns;
-struct policy_list {
- int nr_pol;
- struct xfrm_policy *xpol[256];
-};
-void xfrm_state_policy_mapping(struct xfrm_state *xfrm,
- struct policy_list *pol_list);
#endif
#endif /* _NET_XFRM_H */