From: Josh Stone Date: Tue, 24 Mar 2009 09:44:28 +0000 (+0000) Subject: net: Add dependent headers to trace/skb.h X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=5393f3162d3a85317e1e22c33539905fa5258e5f;p=linux-beck.git net: Add dependent headers to trace/skb.h The tracing header needs to include definitions for the macros used and the types referenced. This lets automated tracing tools like SystemTap make use of the tracepoint without any specific knowledge of its meaning (leaving that to the user). Signed-off-by: Josh Stone CC: Neil Horman Signed-off-by: David S. Miller --- diff --git a/include/trace/skb.h b/include/trace/skb.h index 3aa864697c09..a96610f92f69 100644 --- a/include/trace/skb.h +++ b/include/trace/skb.h @@ -1,6 +1,9 @@ #ifndef _TRACE_SKB_H_ #define _TRACE_SKB_H_ +#include +#include + DECLARE_TRACE(kfree_skb, TPPROTO(struct sk_buff *skb, void *location), TPARGS(skb, location));