Skip to content

Commit

Permalink
timers: Remove stale struct tvec_base forward declaration
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Liu, Changcheng authored and Thomas Gleixner committed Apr 17, 2018
1 parent 4450dc0 commit f0ae6a0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/linux/timer.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f0ae6a0

Please sign in to comment.