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/imx-gpt-timer.c | |
parent | 66fa3531656065d512c179cfa97b8dcf180be0c1 (diff) | |
download | u-boot-0a0a6b7e345ddc0ec9a8e3754115b23c04cb4527.tar.gz |
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/imx-gpt-timer.c')
-rw-r--r-- | drivers/timer/imx-gpt-timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/timer/imx-gpt-timer.c b/drivers/timer/imx-gpt-timer.c index 9c3b64ae5b1..07b9fdb5e18 100644 --- a/drivers/timer/imx-gpt-timer.c +++ b/drivers/timer/imx-gpt-timer.c @@ -4,7 +4,7 @@ * Author(s): Giulio Benetti <giulio.benetti@benettiengineering.com> */ -#include <common.h> +#include <config.h> #include <clk.h> #include <dm.h> #include <fdtdec.h> |