Commit 04686013 authored by David S. Miller's avatar David S. Miller

xfrm: Const'ify xfrm_tmpl arg to xfrm_init_tempstate.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 2ab38503
...@@ -658,7 +658,7 @@ EXPORT_SYMBOL(xfrm_sad_getinfo); ...@@ -658,7 +658,7 @@ EXPORT_SYMBOL(xfrm_sad_getinfo);
static int static int
xfrm_init_tempstate(struct xfrm_state *x, const struct flowi *fl, xfrm_init_tempstate(struct xfrm_state *x, const struct flowi *fl,
struct xfrm_tmpl *tmpl, const struct xfrm_tmpl *tmpl,
xfrm_address_t *daddr, xfrm_address_t *saddr, xfrm_address_t *daddr, xfrm_address_t *saddr,
unsigned short family) unsigned short family)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment