Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

sched/headers: Fix header to build standalone: <linux/sched_clock.h>

Uses various kernel types that don't build standalone.

Signed-off-by: Ingo Molnar <mingo@kernel.org>
Reviewed-by: Peter Zijlstra <peterz@infradead.org>

+2
+2
include/linux/sched_clock.h
··· 5 5 #ifndef LINUX_SCHED_CLOCK 6 6 #define LINUX_SCHED_CLOCK 7 7 8 + #include <linux/types.h> 9 + 8 10 #ifdef CONFIG_GENERIC_SCHED_CLOCK 9 11 /** 10 12 * struct clock_read_data - data required to read from sched_clock()