Re: [RFA][PATCH 3/4] tracing/module: Remove include of tracepoint.h from module.h

2014-03-16 Thread Steven Rostedt
On Mon, 2014-03-17 at 13:04 +1030, Rusty Russell wrote: > Steven Rostedt writes: > > On Wed, 26 Feb 2014 14:01:43 -0500 > > Hi Rusty, > > > > This patch doesn't need to be stable, and can wait till v3.15. But I > > have other patches that will break with this patch (headers that needed > > to incl

Re: [RFA][PATCH 3/4] tracing/module: Remove include of tracepoint.h from module.h

2014-03-16 Thread Rusty Russell
Steven Rostedt writes: > On Wed, 26 Feb 2014 14:01:43 -0500 > Hi Rusty, > > This patch doesn't need to be stable, and can wait till v3.15. But I > have other patches that will break with this patch (headers that needed > to include tracepoint.h and not depend on a header chain to include it). > >

Re: [RFA][PATCH 3/4] tracing/module: Remove include of tracepoint.h from module.h

2014-02-26 Thread Steven Rostedt
On Wed, 26 Feb 2014 14:01:43 -0500 Steven Rostedt wrote: > [ Request for Ack ] > > From: "Steven Rostedt (Red Hat)" > > There's nothing in the module.h header that requires tracepoint.h to be > included. Soon, tracepoint.h will require struct module, and will have to > include module.h. To avo