sch_atm.c:(.text+0x380ed): undefined reference to `nlmsg_trim' Signed-off-by: Thomas Graf <[EMAIL PROTECTED]>
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> - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html