浏览代码

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>
Christoph Lameter 16 年之前
父节点
当前提交
79615760f3
共有 3 个文件被更改,包括 2 次插入1 次删除
  1. 0 1
      include/linux/module.h
  2. 1 0
      kernel/trace/ring_buffer.c
  3. 1 0
      kernel/trace/ring_buffer_benchmark.c

+ 0 - 1
include/linux/module.h

@@ -17,7 +17,6 @@
 #include <linux/moduleparam.h>
 #include <linux/moduleparam.h>
 #include <linux/tracepoint.h>
 #include <linux/tracepoint.h>
 
 
-#include <asm/local.h>
 #include <linux/percpu.h>
 #include <linux/percpu.h>
 #include <asm/module.h>
 #include <asm/module.h>
 
 

+ 1 - 0
kernel/trace/ring_buffer.c

@@ -20,6 +20,7 @@
 #include <linux/cpu.h>
 #include <linux/cpu.h>
 #include <linux/fs.h>
 #include <linux/fs.h>
 
 
+#include <asm/local.h>
 #include "trace.h"
 #include "trace.h"
 
 
 /*
 /*

+ 1 - 0
kernel/trace/ring_buffer_benchmark.c

@@ -8,6 +8,7 @@
 #include <linux/kthread.h>
 #include <linux/kthread.h>
 #include <linux/module.h>
 #include <linux/module.h>
 #include <linux/time.h>
 #include <linux/time.h>
+#include <asm/local.h>
 
 
 struct rb_page {
 struct rb_page {
 	u64		ts;
 	u64		ts;