Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 79615760 authored by Christoph Lameter's avatar Christoph Lameter Committed by Tejun Heo
Browse files

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: default avatarChristoph Lameter <cl@linux-foundation.org>
Signed-off-by: default avatarTejun Heo <tj@kernel.org>
parent e1783a24
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -17,7 +17,6 @@
#include <linux/moduleparam.h>
#include <linux/tracepoint.h>

#include <asm/local.h>
#include <linux/percpu.h>
#include <asm/module.h>

+1 −0
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@
#include <linux/cpu.h>
#include <linux/fs.h>

#include <asm/local.h>
#include "trace.h"

/*
+1 −0
Original line number Diff line number Diff line
@@ -8,6 +8,7 @@
#include <linux/kthread.h>
#include <linux/module.h>
#include <linux/time.h>
#include <asm/local.h>

struct rb_page {
	u64		ts;