Browse Source

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
Liu, Changcheng 7 năm trước cách đây
mục cha
commit
f0ae6a0321
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      include/linux/timer.h

+ 0 - 2
include/linux/timer.h

@@ -8,8 +8,6 @@
 #include <linux/debugobjects.h>
 #include <linux/debugobjects.h>
 #include <linux/stringify.h>
 #include <linux/stringify.h>
 
 
-struct tvec_base;
-
 struct timer_list {
 struct timer_list {
 	/*
 	/*
 	 * All fields that change during normal runtime grouped to the
 	 * All fields that change during normal runtime grouped to the