From: Liu, Changcheng Date: Thu, 12 Apr 2018 07:57:01 +0000 (+0800) Subject: timers: Remove stale struct tvec_base forward declaration X-Git-Tag: v4.19~1148^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f0ae6a0321222864ed8675a924cc8ee2cb042c31;p=platform%2Fkernel%2Flinux-rpi.git 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 Signed-off-by: Thomas Gleixner Cc: akpm@linux-foundation.org Link: https://lkml.kernel.org/r/20180412075701.GA38952@sofia --- diff --git a/include/linux/timer.h b/include/linux/timer.h index 2448f9c..7b066fd 100644 --- a/include/linux/timer.h +++ b/include/linux/timer.h @@ -8,8 +8,6 @@ #include #include -struct tvec_base; - struct timer_list { /* * All fields that change during normal runtime grouped to the