diff options
author | Tom Rini <trini@konsulko.com> | 2024-05-01 19:31:27 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-05-07 08:00:56 -0600 |
commit | 0a0a6b7e345ddc0ec9a8e3754115b23c04cb4527 (patch) | |
tree | b158bf684334ca98fde56b88fda5731d46a1e580 /drivers/timer/timer-uclass.c | |
parent | 66fa3531656065d512c179cfa97b8dcf180be0c1 (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/timer-uclass.c')
-rw-r--r-- | drivers/timer/timer-uclass.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/timer/timer-uclass.c b/drivers/timer/timer-uclass.c index 60ff65529ab..8305f06d318 100644 --- a/drivers/timer/timer-uclass.c +++ b/drivers/timer/timer-uclass.c @@ -5,7 +5,6 @@ #define LOG_CATEGORY UCLASS_TIMER -#include <common.h> #include <clk.h> #include <cpu.h> #include <dm.h> |