diff options
Diffstat (limited to 'include/linux/timer.h')
| -rw-r--r-- | include/linux/timer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/timer.h b/include/linux/timer.h index f3dccdb44f95..1794674c1a52 100644 --- a/include/linux/timer.h +++ b/include/linux/timer.h | |||
| @@ -54,6 +54,7 @@ extern struct tvec_base boot_tvec_bases; | |||
| 54 | .expires = (_expires), \ | 54 | .expires = (_expires), \ |
| 55 | .data = (_data), \ | 55 | .data = (_data), \ |
| 56 | .base = &boot_tvec_bases, \ | 56 | .base = &boot_tvec_bases, \ |
| 57 | .slack = -1, \ | ||
| 57 | __TIMER_LOCKDEP_MAP_INITIALIZER( \ | 58 | __TIMER_LOCKDEP_MAP_INITIALIZER( \ |
| 58 | __FILE__ ":" __stringify(__LINE__)) \ | 59 | __FILE__ ":" __stringify(__LINE__)) \ |
| 59 | } | 60 | } |
