On Wed, 2013-04-10 at 11:26 +0800, zhangwei(Jovi) wrote: > From: "zhangwei(Jovi)" <jovi.zhang...@huawei.com> > > TRACE_EVENT_TYPE enum is not used at present, remove it.
Looks reasonable, pulled. Thanks, -- Steve > > Signed-off-by: zhangwei(Jovi) <jovi.zhang...@huawei.com> > --- > kernel/trace/trace.h | 6 ------ > 1 file changed, 6 deletions(-) > > diff --git a/kernel/trace/trace.h b/kernel/trace/trace.h > index 89da073..9964695 100644 > --- a/kernel/trace/trace.h > +++ b/kernel/trace/trace.h > @@ -794,12 +794,6 @@ static inline void trace_branch_disable(void) > /* set ring buffers to default size if not already done so */ > int tracing_update_buffers(void); > > -/* trace event type bit fields, not numeric */ > -enum { > - TRACE_EVENT_TYPE_PRINTF = 1, > - TRACE_EVENT_TYPE_RAW = 2, > -}; > - > struct event_filter { > int n_preds; /* Number assigned */ > int a_preds; /* allocated */ -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/