@@ -35,9 +35,6 @@
#include "tick-internal.h"
-/* Tracks current CPU to queue watchdog timer on */
-static int timer_cpu;
-
void timecounter_init(struct timecounter *tc,
const struct cyclecounter *cc,
u64 start_tstamp)
@@ -185,6 +182,9 @@ static char override_name[CS_NAME_LEN];
static int finished_booting;
#ifdef CONFIG_CLOCKSOURCE_WATCHDOG
+/* Tracks current CPU to queue watchdog timer on */
+static int timer_cpu;
+
static void clocksource_watchdog_work(struct work_struct *work);
static void clocksource_select(void);
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in