[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <157183505310.29376.6098311175532476740.tip-bot2@tip-bot2>
Date: Wed, 23 Oct 2019 12:50:53 -0000
From: "tip-bot2 for Ben Dooks (Codethink)" <tip-bot2@...utronix.de>
To: linux-tip-commits@...r.kernel.org
Cc: "Ben Dooks (Codethink)" <ben.dooks@...ethink.co.uk>,
Thomas Gleixner <tglx@...utronix.de>,
Ingo Molnar <mingo@...nel.org>, Borislav Petkov <bp@...en8.de>,
linux-kernel@...r.kernel.org
Subject: [tip: timers/urgent] timers/sched_clock: Include local timekeeping.h
for missing declarations
The following commit has been merged into the timers/urgent branch of tip:
Commit-ID: 086ee46b08634a999bcd1707eabe3b0dc1806674
Gitweb: https://git.kernel.org/tip/086ee46b08634a999bcd1707eabe3b0dc1806674
Author: Ben Dooks (Codethink) <ben.dooks@...ethink.co.uk>
AuthorDate: Tue, 22 Oct 2019 14:12:26 +01:00
Committer: Thomas Gleixner <tglx@...utronix.de>
CommitterDate: Wed, 23 Oct 2019 14:48:23 +02:00
timers/sched_clock: Include local timekeeping.h for missing declarations
Include the timekeeping.h header to get the declaration of the
sched_clock_{suspend,resume} functions. Fixes the following sparse
warnings:
kernel/time/sched_clock.c:275:5: warning: symbol 'sched_clock_suspend' was not declared. Should it be static?
kernel/time/sched_clock.c:286:6: warning: symbol 'sched_clock_resume' was not declared. Should it be static?
Signed-off-by: Ben Dooks (Codethink) <ben.dooks@...ethink.co.uk>
Signed-off-by: Thomas Gleixner <tglx@...utronix.de>
Link: https://lkml.kernel.org/r/20191022131226.11465-1-ben.dooks@codethink.co.uk
---
kernel/time/sched_clock.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/kernel/time/sched_clock.c b/kernel/time/sched_clock.c
index 142b076..dbd6905 100644
--- a/kernel/time/sched_clock.c
+++ b/kernel/time/sched_clock.c
@@ -17,6 +17,8 @@
#include <linux/seqlock.h>
#include <linux/bitops.h>
+#include "timekeeping.h"
+
/**
* struct clock_read_data - data required to read from sched_clock()
*
Powered by blists - more mailing lists