linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] timers: remove tvec_base struct declaration
@ 2018-04-12  7:57 Liu, Changcheng
  2018-04-17 15:22 ` [tip:timers/urgent] timers: Remove stale struct tvec_base forward declaration tip-bot for Liu, Changcheng
  0 siblings, 1 reply; 2+ messages in thread
From: Liu, Changcheng @ 2018-04-12  7:57 UTC (permalink / raw)
  To: tglx; +Cc: linux-kernel, akpm

timer wheel is implemented by timer_base. tvec_base is obsoleted,
so remove the type declaration.

Signed-off-by: Liu Changcheng <changcheng.liu@intel.com>

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 <linux/debugobjects.h>
 #include <linux/stringify.h>
 
-struct tvec_base;
-
 struct timer_list {
 	/*
 	 * All fields that change during normal runtime grouped to the
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [tip:timers/urgent] timers: Remove stale struct tvec_base forward declaration
  2018-04-12  7:57 [PATCH] timers: remove tvec_base struct declaration Liu, Changcheng
@ 2018-04-17 15:22 ` tip-bot for Liu, Changcheng
  0 siblings, 0 replies; 2+ messages in thread
From: tip-bot for Liu, Changcheng @ 2018-04-17 15:22 UTC (permalink / raw)
  To: linux-tip-commits; +Cc: tglx, mingo, linux-kernel, changcheng.liu, hpa

Commit-ID:  f0ae6a0321222864ed8675a924cc8ee2cb042c31
Gitweb:     https://git.kernel.org/tip/f0ae6a0321222864ed8675a924cc8ee2cb042c31
Author:     Liu, Changcheng <changcheng.liu@intel.com>
AuthorDate: Thu, 12 Apr 2018 15:57:01 +0800
Committer:  Thomas Gleixner <tglx@linutronix.de>
CommitDate: Tue, 17 Apr 2018 17:18:04 +0200

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

---
 include/linux/timer.h | 2 --
 1 file changed, 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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-04-17 15:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-12  7:57 [PATCH] timers: remove tvec_base struct declaration Liu, Changcheng
2018-04-17 15:22 ` [tip:timers/urgent] timers: Remove stale struct tvec_base forward declaration tip-bot for Liu, Changcheng

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).