Hi all, Today's linux-next merge of the tracing tree got a conflict in net/core/drop_monitor.c between commit 4ea7e38696c7e798c47ebbecadfd392f23f814f9 ("dropmon: add ability to detect when hardware dropsrxpackets") from the net tree and commit ad8d75fff811a6a230f7f43b05a6483099349533 ("tracing/events: move trace point headers into include/trace/events") from the tracing tree. I fixed it up (see below) and can carry the fix as necessary. I suspect that trace/napi.h should eventually go into trace/events as well. -- Cheers, Stephen Rothwell sfr@xxxxxxxxxxxxxxxx diff --cc net/core/drop_monitor.c index a6c2ac2,b75b6ce..0000000 --- a/net/core/drop_monitor.c +++ b/net/core/drop_monitor.c @@@ -22,10 -22,8 +22,10 @@@ #include <linux/timer.h> #include <linux/bitops.h> #include <net/genetlink.h> +#include <net/netevent.h> - #include <trace/skb.h> + #include <trace/events/skb.h> +#include <trace/napi.h> #include <asm/unaligned.h> -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html