]> git.ipfire.org Git - thirdparty/u-boot.git/commit
timer: Remove <common.h> and add needed includes
authorTom Rini <trini@konsulko.com>
Thu, 2 May 2024 01:31:27 +0000 (19:31 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 7 May 2024 14:00:56 +0000 (08:00 -0600)
commit0a0a6b7e345ddc0ec9a8e3754115b23c04cb4527
treeb158bf684334ca98fde56b88fda5731d46a1e580
parent66fa3531656065d512c179cfa97b8dcf180be0c1
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>
31 files changed:
drivers/timer/altera_timer.c
drivers/timer/andes_plmt_timer.c
drivers/timer/arc_timer.c
drivers/timer/arm_global_timer.c
drivers/timer/arm_twd_timer.c
drivers/timer/ast_timer.c
drivers/timer/atmel_pit_timer.c
drivers/timer/atmel_tcb_timer.c
drivers/timer/cadence-ttc.c
drivers/timer/dw-apb-timer.c
drivers/timer/fttmr010_timer.c
drivers/timer/imx-gpt-timer.c
drivers/timer/mchp-pit64b-timer.c
drivers/timer/mpc83xx_timer.c
drivers/timer/mtk_timer.c
drivers/timer/nomadik-mtu-timer.c
drivers/timer/npcm-timer.c
drivers/timer/omap-timer.c
drivers/timer/orion-timer.c
drivers/timer/ostm_timer.c
drivers/timer/riscv_aclint_timer.c
drivers/timer/riscv_timer.c
drivers/timer/rockchip_timer.c
drivers/timer/sandbox_timer.c
drivers/timer/sp804_timer.c
drivers/timer/starfive-timer.c
drivers/timer/stm32_timer.c
drivers/timer/tegra-timer.c
drivers/timer/timer-uclass.c
drivers/timer/tsc_timer.c
drivers/timer/xilinx-timer.c