Skip to content

Commit

Permalink
[XFRM]: xfrm_migrate() needs exporting to modules.
Browse files Browse the repository at this point in the history
Needed by xfrm_user and af_key.

Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed Feb 8, 2007
1 parent f6ed0ec commit e610e67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions net/xfrm/xfrm_policy.c
Original file line number Diff line number Diff line change
Expand Up @@ -2464,5 +2464,6 @@ int xfrm_migrate(struct xfrm_selector *sel, u8 dir, u8 type,

return err;
}
EXPORT_SYMBOL(xfrm_migrate);
#endif

0 comments on commit e610e67

Please sign in to comment.