summary refs log tree commit diff
path: root/include/net
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2007-10-08 17:26:34 -0700
committerDavid S. Miller <davem@sunset.davemloft.net>2007-10-10 16:54:55 -0700
commitcdf7e668d4327a33e11be04c4cb9bcc604eaaa0f (patch)
tree3ffa05d642ec702b73eb568894024b4787849faa /include/net
parent436a0a402203d5a47d2edf7e4dde6c08a7257983 (diff)
downloadlinux-cdf7e668d4327a33e11be04c4cb9bcc604eaaa0f.tar.gz
[IPSEC]: Unexport xfrm_replay_notify
Now that the only callers of xfrm_replay_notify are in xfrm, we can remove
the export.

This patch also removes xfrm_aevent_doreplay since it's now called in just
one spot.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
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 a267725f9753..064a4ca63476 100644
--- a/include/net/xfrm.h
+++ b/include/net/xfrm.h
@@ -1163,12 +1163,6 @@ static inline int xfrm_aevent_is_on(void)
 	return ret;
 }
 
-static inline void xfrm_aevent_doreplay(struct xfrm_state *x)
-{
-	if (xfrm_aevent_is_on())
-		xfrm_replay_notify(x, XFRM_REPLAY_UPDATE);
-}
-
 #ifdef CONFIG_XFRM_MIGRATE
 static inline struct xfrm_algo *xfrm_algo_clone(struct xfrm_algo *orig)
 {