diff options
| author | Christoph Lameter <cl@linux-foundation.org> | 2010-01-05 15:34:50 +0900 | 
|---|---|---|
| committer | Tejun Heo <tj@kernel.org> | 2010-01-05 15:34:50 +0900 | 
| commit | 79615760f380ec86cd58204744e774c33fab9211 (patch) | |
| tree | 33b84958b7b9c59ad721eef28d6fea1cbce4f4e6 /kernel/trace/ring_buffer.c | |
| parent | e1783a240f491fb233f04edc042e16b18a7a79ba (diff) | |
| download | olio-linux-3.10-79615760f380ec86cd58204744e774c33fab9211.tar.xz olio-linux-3.10-79615760f380ec86cd58204744e774c33fab9211.zip  | |
local_t: Move local.h include to ringbuffer.c and ring_buffer_benchmark.c
ringbuffer*.c are the last users of local.h.
Remove the include from modules.h and add it to ringbuffer files.
Signed-off-by: Christoph Lameter <cl@linux-foundation.org>
Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'kernel/trace/ring_buffer.c')
| -rw-r--r-- | kernel/trace/ring_buffer.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/trace/ring_buffer.c b/kernel/trace/ring_buffer.c index 2326b04c95c..eb6c8988c31 100644 --- a/kernel/trace/ring_buffer.c +++ b/kernel/trace/ring_buffer.c @@ -20,6 +20,7 @@  #include <linux/cpu.h>  #include <linux/fs.h> +#include <asm/local.h>  #include "trace.h"  /*  |