tracing, net: fix net tree and tracing tree merge interaction
Today's linux-next build (powerpc ppc64_defconfig) failed like this:
In file included from net/core/skbuff.c:69:
include/trace/skb.h:4: error: expected ')' before '(' token
include/trace/skb.h:4: error: expected ')' before '(' token
[...]
Caused by commit
c3ae0dfab5a26c51613df5b51aeff2c408c8c14c ("tracing:
replace TP<var> with TP_<var>") from the tracing tree interacting with
commit
d99a8bcb0a806366798ed0b6c66cea1104df58b8 ("Network Drop Monitor:
Add trace declaration for skb frees") from the net tree.
Acked-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Ingo Molnar <mingo@elte.hu>