From 8e448f019c49c642c45790318fc391cc9a55d8a2 Mon Sep 17 00:00:00 2001 From: Ollie Wild Date: Wed, 22 Sep 2010 05:54:54 +0000 Subject: [PATCH] --- yaml --- r: 211100 b: refs/heads/master c: 56b49f4b8f6728b91d10c556c116175051b77b60 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/netlink.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 2e70dd079853..b75233e7772e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: cbdd769ab9de26764bde0520a91536caa1587e13 +refs/heads/master: 56b49f4b8f6728b91d10c556c116175051b77b60 diff --git a/trunk/include/linux/netlink.h b/trunk/include/linux/netlink.h index 59d066936ab9..123566912d73 100644 --- a/trunk/include/linux/netlink.h +++ b/trunk/include/linux/netlink.h @@ -27,8 +27,6 @@ #define MAX_LINKS 32 -struct net; - struct sockaddr_nl { sa_family_t nl_family; /* AF_NETLINK */ unsigned short nl_pad; /* zero */ @@ -151,6 +149,8 @@ struct nlattr { #include #include +struct net; + static inline struct nlmsghdr *nlmsg_hdr(const struct sk_buff *skb) { return (struct nlmsghdr *)skb->data;