diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/clocksource.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/clocksource.h b/include/linux/clocksource.h index f73bc1b68c1..ca5c0c495aa 100644 --- a/include/linux/clocksource.h +++ b/include/linux/clocksource.h @@ -190,6 +190,7 @@ struct clocksource { #ifdef CONFIG_CLOCKSOURCE_WATCHDOG /* Watchdog related data, used by the framework */ struct list_head wd_list; + cycle_t cs_last; cycle_t wd_last; #endif }; |