Re: [patch 2/3][IPV6]: remove ifdef in route6 for xfrm6

2007-12-08 Thread David Miller
From: Daniel Lezcano <[EMAIL PROTECTED]> Date: Fri, 07 Dec 2007 14:13:27 +0100 > The following patch create the usual static inline functions to disable > the xfrm6_init and xfrm6_fini function when XFRM is off. > That's allow to remove some ifdef and make the code a little more clear. > > Signed

[patch 2/3][IPV6]: remove ifdef in route6 for xfrm6

2007-12-07 Thread Daniel Lezcano
The following patch create the usual static inline functions to disable the xfrm6_init and xfrm6_fini function when XFRM is off. That's allow to remove some ifdef and make the code a little more clear. Signed-off-by: Daniel Lezcano <[EMAIL PROTECTED]> --- include/net/xfrm.h | 16 +--