[tip: timers/core] clocksource/drivers/imx-tpm: Remove unused includes

From: tip-bot2 for Anson Huang
Date: Thu Mar 19 2020 - 04:48:42 EST


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@xxxxxxx>
AuthorDate: Tue, 17 Mar 2020 10:35:49 +08:00
Committer: Daniel Lezcano <daniel.lezcano@xxxxxxxxxx>
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@xxxxxxx>
Signed-off-by: Daniel Lezcano <daniel.lezcano@xxxxxxxxxx>
Link: https://lore.kernel.org/r/1584412549-18354-1-git-send-email-Anson.Huang@xxxxxxx
---
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"