Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

authored by

Liu, Changcheng and committed by
Thomas Gleixner
f0ae6a03 4450dc0a

-2
-2
include/linux/timer.h
··· 8 8 #include <linux/debugobjects.h> 9 9 #include <linux/stringify.h> 10 10 11 - struct tvec_base; 12 - 13 11 struct timer_list { 14 12 /* 15 13 * All fields that change during normal runtime grouped to the