]> git.dujemihanovic.xyz Git - u-boot.git/commit
clk: exynos: Don't expose prototypes for not used functions
authorSam Protsenko <semen.protsenko@linaro.org>
Fri, 8 Mar 2024 02:18:56 +0000 (20:18 -0600)
committerMinkyu Kang <mk7.kang@samsung.com>
Tue, 26 Mar 2024 09:56:55 +0000 (18:56 +0900)
commitf4675601a2f65d4b3756f4d42d1db5cba6bc6f37
tree24c8048972b9ed9ce77431d1e0a59a206366fe07
parent757242bccf8888f7fc3f08a21f168c902f07ec7f
clk: exynos: Don't expose prototypes for not used functions

Samsung CCF is meant to be used from the clock drivers by calling the
CMU registration API, i.e.:
  - samsung_cmu_register_one() -- for top-level CMU
  - samsung_register_cmu() -- for the rest of CMUs

Functions for registering separate clocks is probably not going to be
very useful, and isn't used at the moment. Remove prototypes of those
functions to make the Samsung CCF interface more compact and clear.

No functional change.

Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
drivers/clk/exynos/clk-pll.h
drivers/clk/exynos/clk.c
drivers/clk/exynos/clk.h