diff options
author | Liu, Changcheng <changcheng.liu@intel.com> | 2018-04-12 03:57:01 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2018-04-17 11:18:04 -0400 |
commit | f0ae6a0321222864ed8675a924cc8ee2cb042c31 (patch) | |
tree | 4df4f78920d5f2b37521f1962114e47f913db47c | |
parent | 4450dc0ae2c18a0ac6dce560215c7a1fa12122b5 (diff) |
timers: Remove stale struct tvec_base forward declaration
struct tvec_base is a leftover of the original timer wheel implementation
and not longer used. Remove the forward declaration.
Signed-off-by: Liu Changcheng <changcheng.liu@intel.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: akpm@linux-foundation.org
Link: https://lkml.kernel.org/r/20180412075701.GA38952@sofia
-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 |