summaryrefslogtreecommitdiff
path: root/drivers/timer/ostm_timer.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2024-05-01 19:31:27 -0600
committerTom Rini <trini@konsulko.com>2024-05-07 08:00:56 -0600
commit0a0a6b7e345ddc0ec9a8e3754115b23c04cb4527 (patch)
treeb158bf684334ca98fde56b88fda5731d46a1e580 /drivers/timer/ostm_timer.c
parent66fa3531656065d512c179cfa97b8dcf180be0c1 (diff)
timer: Remove <common.h> and add needed includes
Remove <common.h> from this driver directory and when needed add missing include files directly. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'drivers/timer/ostm_timer.c')
-rw-r--r--drivers/timer/ostm_timer.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/timer/ostm_timer.c b/drivers/timer/ostm_timer.c
index 3bf0d4647b5..314f956cdfb 100644
--- a/drivers/timer/ostm_timer.c
+++ b/drivers/timer/ostm_timer.c
@@ -5,7 +5,6 @@
* Copyright (C) 2019 Marek Vasut <marek.vasut@gmail.com>
*/
-#include <common.h>
#include <clock_legacy.h>
#include <malloc.h>
#include <asm/global_data.h>