commit | c35b7e72cd48bc7163b6900fb3689fa54b572bba | [log] [tgz] |
---|---|---|
author | Daniel Lezcano <dlezcano@fr.ibm.com> | Sat Dec 08 00:14:11 2007 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 28 14:56:59 2008 -0800 |
tree | 28e1386d9c0a7522e40d6d77b2c912f88f0e8a36 | |
parent | 75314fb38364c81a573cd222f74d792409a7afba [diff] |
[IPV6]: remove ifdef in route6 for xfrm6 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 <dlezcano@fr.ibm.com> Acked-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> Signed-off-by: David S. Miller <davem@davemloft.net>