diff options
author | Liu, Changcheng <changcheng.liu@intel.com> | 2018-04-12 10:57:01 +0300 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2018-04-17 18:18:04 +0300 |
commit | f0ae6a0321222864ed8675a924cc8ee2cb042c31 (patch) | |
tree | 4df4f78920d5f2b37521f1962114e47f913db47c /include/linux/timer.h | |
parent | 4450dc0ae2c18a0ac6dce560215c7a1fa12122b5 (diff) | |
download | linux-f0ae6a0321222864ed8675a924cc8ee2cb042c31.tar.xz |
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
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 @@ #include <linux/debugobjects.h> #include <linux/stringify.h> -struct tvec_base; - struct timer_list { /* * All fields that change during normal runtime grouped to the |