common: Move get_tbclk() to time.h
authorSimon Glass <sjg@chromium.org>
Sat, 28 Dec 2019 17:44:59 +0000 (10:44 -0700)
committerJagan Teki <jagan@amarulasolutions.com>
Fri, 24 Jan 2020 17:36:49 +0000 (23:06 +0530)
commit98c338bcb66bc1f844d4d9523d786eb1db17d036
tree2634057b78e7acff085bb9df4bd548c9b0de062f
parentb63ff2ae54a74e68fb67ea7f150e9f01174eb535
common: Move get_tbclk() to time.h

This function related to timer and most of the timer functions are in
time.h, so move this function there.

Signed-off-by: Simon Glass <sjg@chromium.org>
27 files changed:
arch/arm/cpu/arm920t/imx/timer.c
arch/arm/cpu/arm926ejs/armada100/timer.c
arch/arm/cpu/sa1100/timer.c
arch/arm/mach-at91/arm926ejs/timer.c
arch/arm/mach-at91/armv7/timer.c
arch/arm/mach-orion5x/timer.c
arch/arm/mach-versal/clk.c
arch/arm/mach-zynq/timer.c
arch/arm/mach-zynqmp/clk.c
arch/arm/mach-zynqmp/cpu.c
arch/mips/cpu/time.c
arch/powerpc/cpu/mpc83xx/cpu.c
arch/powerpc/cpu/mpc83xx/spd_sdram.c
arch/powerpc/cpu/mpc83xx/spl_minimal.c
arch/powerpc/cpu/mpc85xx/cpu.c
arch/powerpc/cpu/mpc85xx/fdt.c
arch/powerpc/cpu/mpc85xx/interrupts.c
arch/powerpc/cpu/mpc86xx/cpu.c
arch/powerpc/cpu/mpc86xx/interrupts.c
arch/powerpc/cpu/mpc8xx/cpu.c
arch/powerpc/cpu/mpc8xx/fdt.c
arch/powerpc/cpu/mpc8xx/interrupts.c
board/armltd/integrator/timer.c
board/freescale/qemu-ppce500/qemu-ppce500.c
drivers/clk/clk_pic32.c
include/common.h
include/time.h