aboutsummaryrefslogtreecommitdiff
path: root/drivers/timer/omap-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/omap-timer.c
parent66fa3531656065d512c179cfa97b8dcf180be0c1 (diff)
downloadu-boot-0a0a6b7e345ddc0ec9a8e3754115b23c04cb4527.zip
u-boot-0a0a6b7e345ddc0ec9a8e3754115b23c04cb4527.tar.gz
u-boot-0a0a6b7e345ddc0ec9a8e3754115b23c04cb4527.tar.bz2
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/omap-timer.c')
-rw-r--r--drivers/timer/omap-timer.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/timer/omap-timer.c b/drivers/timer/omap-timer.c
index 9b6d97d..fda6356 100644
--- a/drivers/timer/omap-timer.c
+++ b/drivers/timer/omap-timer.c
@@ -5,7 +5,6 @@
* Copyright (C) 2015, Texas Instruments, Incorporated
*/
-#include <common.h>
#include <dm.h>
#include <errno.h>
#include <timer.h>