diff options
author | Alexey Dobriyan <adobriyan@gmail.com> | 2017-03-24 01:29:40 +0300 |
---|---|---|
committer | Steffen Klassert <steffen.klassert@secunet.com> | 2017-03-24 09:03:12 +0300 |
commit | 1560875600b8aa88ff0f55f827a7741c026795ee (patch) | |
tree | 1a8ea1f2e33ee61a7da502e5648f99dabd33c99a /include/net | |
parent | add641e7dee31b36aee83412c29e39dd1f5e0c9c (diff) | |
download | linux-1560875600b8aa88ff0f55f827a7741c026795ee.tar.xz |
xfrm: remove unused struct xfrm_mgr::id
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/xfrm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/xfrm.h b/include/net/xfrm.h index 14d82bf16692..6e03a1a31eef 100644 --- a/include/net/xfrm.h +++ b/include/net/xfrm.h @@ -586,7 +586,6 @@ struct xfrm_migrate { struct xfrm_mgr { struct list_head list; - char *id; int (*notify)(struct xfrm_state *x, const struct km_event *c); int (*acquire)(struct xfrm_state *x, struct xfrm_tmpl *, struct xfrm_policy *xp); struct xfrm_policy *(*compile_policy)(struct sock *sk, int opt, u8 *data, int len, int *dir); |