]> git.baikalelectronics.ru Git - uboot.git/commit
ARM: mach-omap2: omap3: Make clock functions static
authorAdam Ford <aford173@gmail.com>
Sat, 5 Mar 2022 14:25:23 +0000 (08:25 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 10 Mar 2022 18:57:04 +0000 (13:57 -0500)
commit0f3f3908461336a661535ce9fad3457bb0e40db3
tree418e1e6edc8c376de20708d16f1b04cf0a4d944f
parent1b0682d33b8c01df92b2b7b794f9d3eb881e99fa
ARM: mach-omap2: omap3: Make clock functions static

get_osc_clk_speed and get_sys_clkin_sel are only used in
one file.  Make them static.

Tested on OMAP3530, DM3730, AM3517.

Signed-off-by: Adam Ford <aford173@gmail.com>
arch/arm/mach-omap2/omap3/clock.c