diff options
Diffstat (limited to 'include/linux/timer.h')
-rw-r--r-- | include/linux/timer.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/timer.h b/include/linux/timer.h index 2448f9cc48a3..7b066fd38248 100644 --- a/include/linux/timer.h +++ b/include/linux/timer.h | |||
@@ -8,8 +8,6 @@ | |||
8 | #include <linux/debugobjects.h> | 8 | #include <linux/debugobjects.h> |
9 | #include <linux/stringify.h> | 9 | #include <linux/stringify.h> |
10 | 10 | ||
11 | struct tvec_base; | ||
12 | |||
13 | struct timer_list { | 11 | struct timer_list { |
14 | /* | 12 | /* |
15 | * All fields that change during normal runtime grouped to the | 13 | * All fields that change during normal runtime grouped to the |