[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <158460766676.28353.3104579017864968564.tip-bot2@tip-bot2>
Date: Thu, 19 Mar 2020 08:47:46 -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-sysctr: Remove unused includes
The following commit has been merged into the timers/core branch of tip:
Commit-ID: 3d17cee291e8a4bc4c8b29b1c8a1b79e12f95473
Gitweb: https://git.kernel.org/tip/3d17cee291e8a4bc4c8b29b1c8a1b79e12f95473
Author: Anson Huang <Anson.Huang@....com>
AuthorDate: Tue, 17 Mar 2020 10:55:13 +08:00
Committer: Daniel Lezcano <daniel.lezcano@...aro.org>
CommitterDate: Tue, 17 Mar 2020 10:11:45 +01:00
clocksource/drivers/imx-sysctr: 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/1584413713-7376-1-git-send-email-Anson.Huang@nxp.com
---
drivers/clocksource/timer-imx-sysctr.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/clocksource/timer-imx-sysctr.c b/drivers/clocksource/timer-imx-sysctr.c
index b7c80a3..18b90fc 100644
--- a/drivers/clocksource/timer-imx-sysctr.c
+++ b/drivers/clocksource/timer-imx-sysctr.c
@@ -4,8 +4,6 @@
#include <linux/interrupt.h>
#include <linux/clockchips.h>
-#include <linux/of_address.h>
-#include <linux/of_irq.h>
#include "timer-of.h"
Powered by blists - more mailing lists