diff options
author | Anson Huang <[email protected]> | 2020-03-17 10:35:49 +0800 |
---|---|---|
committer | Daniel Lezcano <[email protected]> | 2020-03-17 10:10:50 +0100 |
commit | 55a690f4199d8ab111dceb0a3fd181b52d0938bf (patch) | |
tree | beb270f26dfd830026507e44f15f9e15be548c64 | |
parent | f7867cffff7b0b4b3aa65a4978b2d93ff1a5f5ae (diff) |
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 <[email protected]>
Signed-off-by: Daniel Lezcano <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | drivers/clocksource/timer-imx-tpm.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/clocksource/timer-imx-tpm.c b/drivers/clocksource/timer-imx-tpm.c index c1d52d5264c2..6334a35fdc2f 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" |