timers/sched_clock: Include local timekeeping.h for missing declarations
authorBen Dooks (Codethink) <ben.dooks@codethink.co.uk>
Tue, 22 Oct 2019 13:12:26 +0000 (14:12 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 23 Oct 2019 12:48:23 +0000 (14:48 +0200)
commit086ee46b08634a999bcd1707eabe3b0dc1806674
tree1f64ee4748a2958abf45e33d6416bd552fc33695
parent1638b8f096ca165965189b9626564c933c79fe63
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@codethink.co.uk>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lkml.kernel.org/r/20191022131226.11465-1-ben.dooks@codethink.co.uk
kernel/time/sched_clock.c