Daniel Lezcano 364eba4b3a time: Define dummy functions for the generic sched clock
When we try to compile a clocksource driver with the COMPILE_TEST option,
we can't select the GENERIC_SCHED_CLOCK because the sched_clock() symbol
will be duplicated with the one defined for the x86.

In order to fix that, we don't select the GENERIC_SCHED_CLOCK in the
driver Kconfig's file but we define some empty functions for the different
symbols in order to prevent the unresolved ones.

This patch fixes the COMPILE_TEST option for the compile test coverage for
the clocksource drivers. Without this patch, we can't add the COMPILE_TEST
option for the clocksource drivers using the GENERIC_SCHED_CLOCK.

Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
2015-12-15 09:41:09 +01:00
..
2015-11-07 01:30:10 +01:00
2015-11-12 15:26:39 -08:00
2015-11-10 15:06:26 -08:00
2015-11-09 17:11:57 -08:00
2015-11-10 15:00:03 -08:00
2015-11-13 17:05:32 -08:00