All of lore.kernel.org
 help / color / mirror / Atom feed
From: "tip-bot2 for Anson Huang" <tip-bot2@linutronix.de>
To: linux-tip-commits@vger.kernel.org
Cc: Anson Huang <Anson.Huang@nxp.com>,
	Daniel Lezcano <daniel.lezcano@linaro.org>, x86 <x86@kernel.org>,
	LKML <linux-kernel@vger.kernel.org>
Subject: [tip: timers/core] clocksource/drivers/imx-tpm: Remove unused includes
Date: Thu, 19 Mar 2020 08:47:47 -0000	[thread overview]
Message-ID: <158460766715.28353.16402847173848536226.tip-bot2@tip-bot2> (raw)
In-Reply-To: <1584412549-18354-1-git-send-email-Anson.Huang@nxp.com>

The following commit has been merged into the timers/core branch of tip:

Commit-ID:     55a690f4199d8ab111dceb0a3fd181b52d0938bf
Gitweb:        https://git.kernel.org/tip/55a690f4199d8ab111dceb0a3fd181b52d0938bf
Author:        Anson Huang <Anson.Huang@nxp.com>
AuthorDate:    Tue, 17 Mar 2020 10:35:49 +08:00
Committer:     Daniel Lezcano <daniel.lezcano@linaro.org>
CommitterDate: Tue, 17 Mar 2020 10:10:50 +01:00

clocksource/drivers/imx-tpm: Remove unused includes

There is nothing in use from of_address.h/of_irq.h, remove them.

Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Link: https://lore.kernel.org/r/1584412549-18354-1-git-send-email-Anson.Huang@nxp.com
---
 drivers/clocksource/timer-imx-tpm.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/clocksource/timer-imx-tpm.c b/drivers/clocksource/timer-imx-tpm.c
index c1d52d5..6334a35 100644
--- a/drivers/clocksource/timer-imx-tpm.c
+++ b/drivers/clocksource/timer-imx-tpm.c
@@ -8,8 +8,6 @@
 #include <linux/clocksource.h>
 #include <linux/delay.h>
 #include <linux/interrupt.h>
-#include <linux/of_address.h>
-#include <linux/of_irq.h>
 #include <linux/sched_clock.h>
 
 #include "timer-of.h"

      parent reply	other threads:[~2020-03-19  8:48 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-17  2:35 [PATCH] clocksource: imx-tpm: Remove unused includes Anson Huang
2020-03-17  2:35 ` Anson Huang
2020-03-17  9:12 ` Daniel Lezcano
2020-03-17  9:12   ` Daniel Lezcano
2020-03-19  8:47 ` tip-bot2 for Anson Huang [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=158460766715.28353.16402847173848536226.tip-bot2@tip-bot2 \
    --to=tip-bot2@linutronix.de \
    --cc=Anson.Huang@nxp.com \
    --cc=daniel.lezcano@linaro.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-tip-commits@vger.kernel.org \
    --cc=x86@kernel.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.