local_t: Move local.h include to ringbuffer.c and ring_buffer_benchmark.c
authorChristoph Lameter <cl@linux-foundation.org>
Tue, 5 Jan 2010 06:34:50 +0000 (15:34 +0900)
committerTejun Heo <tj@kernel.org>
Tue, 5 Jan 2010 06:34:50 +0000 (15:34 +0900)
commit79615760f380ec86cd58204744e774c33fab9211
tree33b84958b7b9c59ad721eef28d6fea1cbce4f4e6
parente1783a240f491fb233f04edc042e16b18a7a79ba
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>
include/linux/module.h
kernel/trace/ring_buffer.c
kernel/trace/ring_buffer_benchmark.c