From mboxrd@z Thu Jan 1 00:00:00 1970 From: Xiao Guangrong Subject: Re: [PATCH 1/2] trace_events: fix napi's tracepoint Date: Wed, 26 Aug 2009 13:20:18 +0800 Message-ID: <4A94C612.60200@cn.fujitsu.com> References: <4A937EF5.4040505@cn.fujitsu.com> <4A93895F.4010708@cn.fujitsu.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: Steven Rostedt , Frederic Weisbecker , Neil Horman , Wei Yongjun , David Miller , Netdev , LKML To: Ingo Molnar Return-path: Received: from cn.fujitsu.com ([222.73.24.84]:49671 "EHLO song.cn.fujitsu.com" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1752722AbZHZFUw (ORCPT ); Wed, 26 Aug 2009 01:20:52 -0400 In-Reply-To: <4A93895F.4010708@cn.fujitsu.com> Sender: netdev-owner@vger.kernel.org List-ID: Xiao Guangrong wrote: > Currently, the napi's tracepoint works will is depend on > "DECLARE_TRACE" definiens in include/trace/define_trace.h, > like below: > > #include // include define_trace.h > #include > > there have error, if we remove "#include " > or include napi.h in the front of include skb.h, It should > depend on the definiens in include/linux/tracepoint.h and we > can remove the "DECLARE_TRACE" definiens in > include/trace/define_trace.h, because "TRACE_EVENT" not use it > > Signed-off-by: Xiao Guangrong Hi Steven, I'm sorry, please pull this patch too, because "[PATCH 7/8] tracing/events: fix the include file dependencies" is based on this patch, else will occur building error. Thanks, Xiao