[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <158460766715.28353.16402847173848536226.tip-bot2@tip-bot2>
Date: Thu, 19 Mar 2020 08:47:47 -0000
From: "tip-bot2 for Anson Huang" <tip-bot2@...utronix.de>
To: linux-tip-commits@...r.kernel.org
Cc: Anson Huang <Anson.Huang@....com>,
Daniel Lezcano <daniel.lezcano@...aro.org>,
x86 <x86@...nel.org>, LKML <linux-kernel@...r.kernel.org>
Subject: [tip: timers/core] clocksource/drivers/imx-tpm: Remove unused includes
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@....com>
AuthorDate: Tue, 17 Mar 2020 10:35:49 +08:00
Committer: Daniel Lezcano <daniel.lezcano@...aro.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@....com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@...aro.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"
Powered by blists - more mailing lists