diff options
| author | Anson Huang <[email protected]> | 2020-03-17 02:35:49 +0000 |
|---|---|---|
| committer | Daniel Lezcano <[email protected]> | 2020-03-17 09:10:50 +0000 |
| commit | 55a690f4199d8ab111dceb0a3fd181b52d0938bf (patch) | |
| tree | beb270f26dfd830026507e44f15f9e15be548c64 /drivers/clocksource/timer-imx-tpm.c | |
| parent | Merge branch 'timers/drivers/timer-ti-dm' into timers/drivers/next (diff) | |
| download | kernel-55a690f4199d8ab111dceb0a3fd181b52d0938bf.tar.gz kernel-55a690f4199d8ab111dceb0a3fd181b52d0938bf.zip | |
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]
Diffstat (limited to 'drivers/clocksource/timer-imx-tpm.c')
| -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" |
