[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <87fvmhtuwg.fsf@rustcorp.com.au>
Date: Mon, 17 Mar 2014 13:04:55 +1030
From: Rusty Russell <rusty@...tcorp.com.au>
To: Steven Rostedt <rostedt@...dmis.org>,
Steven Rostedt <rostedt@...dmis.org>
Cc: linux-kernel@...r.kernel.org, Ingo Molnar <mingo@...nel.org>,
Andrew Morton <akpm@...ux-foundation.org>,
Peter Zijlstra <peterz@...radead.org>,
Frederic Weisbecker <fweisbec@...il.com>,
Mathieu Desnoyers <mathieu.desnoyers@...icios.com>
Subject: Re: [RFA][PATCH 3/4] tracing/module: Remove include of tracepoint.h from module.h
Steven Rostedt <rostedt@...dmis.org> 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).
>
> Can you give me your Acked-by for this, and I'll just add it to my 3.15
> queue?
Cleaning up old mail, in case I didn't ack this:
Acked-by: Rusty Russell <rusty@...tcorp.com.au>
Cheers,
Rusty.
>> Cc: Rusty Russell <rusty@...tcorp.com.au>
>> Signed-off-by: Steven Rostedt <rostedt@...dmis.org>
>> ---
>> include/linux/module.h | 1 -
>> 1 file changed, 1 deletion(-)
>>
>> diff --git a/include/linux/module.h b/include/linux/module.h
>> index eaf60ff..6cc28d9 100644
>> --- a/include/linux/module.h
>> +++ b/include/linux/module.h
>> @@ -15,7 +15,6 @@
>> #include <linux/stringify.h>
>> #include <linux/kobject.h>
>> #include <linux/moduleparam.h>
>> -#include <linux/tracepoint.h>
>> #include <linux/export.h>
>>
>> #include <linux/percpu.h>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists