All of lore.kernel.org
 help / color / mirror / Atom feed
* [PKT_SCHED] atm: Fix missing net/netlink.h include after nlmsg_trim() cleanup
@ 2007-03-20 22:02 Thomas Graf
  2007-03-20 22:27 ` Arnaldo Carvalho de Melo
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Graf @ 2007-03-20 22:02 UTC (permalink / raw)
  To: davem; +Cc: acme, netdev

sch_atm.c:(.text+0x380ed): undefined reference to `nlmsg_trim'

Signed-off-by: Thomas Graf <tgraf@suug.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>
 

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PKT_SCHED] atm: Fix missing net/netlink.h include after nlmsg_trim() cleanup
  2007-03-20 22:02 [PKT_SCHED] atm: Fix missing net/netlink.h include after nlmsg_trim() cleanup Thomas Graf
@ 2007-03-20 22:27 ` Arnaldo Carvalho de Melo
  0 siblings, 0 replies; 2+ messages in thread
From: Arnaldo Carvalho de Melo @ 2007-03-20 22:27 UTC (permalink / raw)
  To: Thomas Graf; +Cc: davem, netdev

On 3/20/07, Thomas Graf <tgraf@suug.ch> wrote:
> sch_atm.c:(.text+0x380ed): undefined reference to `nlmsg_trim'
>
> Signed-off-by: Thomas Graf <tgraf@suug.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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-03-20 22:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-03-20 22:02 [PKT_SCHED] atm: Fix missing net/netlink.h include after nlmsg_trim() cleanup Thomas Graf
2007-03-20 22:27 ` Arnaldo Carvalho de Melo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.