Re: [PATCH] brcmsmac: Move each system tracepoints to their own header

2015-04-08 Thread Steven Rostedt
On Wed, 8 Apr 2015 09:32:44 +0200 Arend van Spriel wrote: > On 04/07/15 18:11, Steven Rostedt wrote: > > > > Every tracing file must have its own TRACE_SYSTEM defined. > > The brcmsmac tracepoint header broke this and added in the middle > > of the file: > > > > #undef TRACE_SYSTEM > > #defin

Re: [PATCH] brcmsmac: Move each system tracepoints to their own header

2015-04-08 Thread Arend van Spriel
On 04/07/15 18:11, Steven Rostedt wrote: Every tracing file must have its own TRACE_SYSTEM defined. The brcmsmac tracepoint header broke this and added in the middle of the file: #undef TRACE_SYSTEM #define TRACE_SYSTEM brcmsmac #undef TRACE_SYSTEM #define TRACE_SYSTEM brcmsmac_tx #

[PATCH] brcmsmac: Move each system tracepoints to their own header

2015-04-07 Thread Steven Rostedt
Every tracing file must have its own TRACE_SYSTEM defined. The brcmsmac tracepoint header broke this and added in the middle of the file: #undef TRACE_SYSTEM #define TRACE_SYSTEM brcmsmac #undef TRACE_SYSTEM #define TRACE_SYSTEM brcmsmac_tx #undef TRACE_SYSTEM #define TRACE_SYSTEM brcmsma