mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: "tip-bot for Liu, Changcheng" <tipbot@zytor.com>
To: linux-tip-commits@vger.kernel.org
Cc: tglx@linutronix.de, mingo@kernel.org,
	linux-kernel@vger.kernel.org, changcheng.liu@intel.com,
	hpa@zytor.com
Subject: [tip:timers/urgent] timers: Remove stale struct tvec_base forward declaration
Date: Tue, 17 Apr 2018 08:22:46 -0700	[thread overview]
Message-ID: <tip-f0ae6a0321222864ed8675a924cc8ee2cb042c31@git.kernel.org> (raw)
In-Reply-To: <20180412075701.GA38952@sofia>

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

      reply	other threads:[~2018-04-17 15:22 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-12  7:57 [PATCH] timers: remove tvec_base struct declaration Liu, Changcheng
2018-04-17 15:22 ` tip-bot for Liu, Changcheng [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=tip-f0ae6a0321222864ed8675a924cc8ee2cb042c31@git.kernel.org \
    --to=tipbot@zytor.com \
    --cc=changcheng.liu@intel.com \
    --cc=hpa@zytor.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-tip-commits@vger.kernel.org \
    --cc=mingo@kernel.org \
    --cc=tglx@linutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome