[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <39e6f6c70703201527k5ba5f83h40a0341ce06e4cc4@mail.gmail.com>
Date: Tue, 20 Mar 2007 19:27:38 -0300
From: "Arnaldo Carvalho de Melo" <acme@...stprotocols.net>
To: "Thomas Graf" <tgraf@...g.ch>
Cc: davem@...emloft.net, netdev@...r.kernel.org
Subject: Re: [PKT_SCHED] atm: Fix missing net/netlink.h include after nlmsg_trim() cleanup
On 3/20/07, Thomas Graf <tgraf@...g.ch> wrote:
> sch_atm.c:(.text+0x380ed): undefined reference to `nlmsg_trim'
>
> Signed-off-by: Thomas Graf <tgraf@...g.ch>
>
> diff --git a/net/sched/sch_atm.c b/net/sched/sch_atm.c
> index 53060e6..daa1644 100644
> --- a/net/sched/sch_atm.c
> +++ b/net/sched/sch_atm.c
> @@ -12,8 +12,8 @@
> #include <linux/atmdev.h>
> #include <linux/atmclip.h>
> #include <linux/netdevice.h>
> -#include <linux/rtnetlink.h>
> #include <linux/file.h> /* for fput */
> +#include <net/netlink.h>
> #include <net/pkt_sched.h>
> #include <net/sock.h>
Hey, if it wasn't for Dave to state that he would be out in la-la land
for three days you wouldn't have the opportunity to figure that I made
a mistake :-)
I noticed that shortly after I made that mistake, but have to wait for
boss to get back at his super merging abilities :-)
- Arnaldo
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists