diff options
author | Thomas Graf <tgraf@suug.ch> | 2007-08-22 14:02:39 -0700 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-10-10 16:48:25 -0700 |
commit | 15901a2746e6a2dbe03043609f1575c2bcf726e8 (patch) | |
tree | 94539e2063d37082002a108e3072e93c5d09cef1 /net/xfrm | |
parent | 5424f32e484b9697808bbc0c0088dc2ead018d4f (diff) | |
download | op-kernel-dev-15901a2746e6a2dbe03043609f1575c2bcf726e8.zip op-kernel-dev-15901a2746e6a2dbe03043609f1575c2bcf726e8.tar.gz |
[XFRM] netlink: Remove dependency on rtnetlink
Signed-off-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/xfrm')
-rw-r--r-- | net/xfrm/xfrm_user.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/xfrm/xfrm_user.c b/net/xfrm/xfrm_user.c index e46bcf0..70dca1e 100644 --- a/net/xfrm/xfrm_user.c +++ b/net/xfrm/xfrm_user.c @@ -19,7 +19,6 @@ #include <linux/string.h> #include <linux/net.h> #include <linux/skbuff.h> -#include <linux/rtnetlink.h> #include <linux/pfkeyv2.h> #include <linux/ipsec.h> #include <linux/init.h> |