diff options
| author | Tom Rini <[email protected]> | 2024-05-01 19:31:27 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-05-07 08:00:56 -0600 |
| commit | 0a0a6b7e345ddc0ec9a8e3754115b23c04cb4527 (patch) | |
| tree | b158bf684334ca98fde56b88fda5731d46a1e580 /drivers/timer/mpc83xx_timer.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 <[email protected]>
Diffstat (limited to 'drivers/timer/mpc83xx_timer.c')
| -rw-r--r-- | drivers/timer/mpc83xx_timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/timer/mpc83xx_timer.c b/drivers/timer/mpc83xx_timer.c index 7814cb6a5d6..9da74479aaa 100644 --- a/drivers/timer/mpc83xx_timer.c +++ b/drivers/timer/mpc83xx_timer.c @@ -4,7 +4,7 @@ * Mario Six, Guntermann & Drunck GmbH, [email protected] */ -#include <common.h> +#include <config.h> #include <clk.h> #include <dm.h> #include <irq_func.h> |
