]> git.baikalelectronics.ru Git - uboot.git/commit
clk: Rename free() to rfree()
authorSimon Glass <sjg@chromium.org>
Mon, 3 Feb 2020 14:35:54 +0000 (07:35 -0700)
committerSimon Glass <sjg@chromium.org>
Thu, 6 Feb 2020 02:33:46 +0000 (19:33 -0700)
commite6374d25851a52a0534825a5e99a0a396f808b77
tree20433c50f588b035d679ce1774c08c368a5da3aa
parent8222cc9224839566a699a25f05c4bbc7b9068c14
clk: Rename free() to rfree()

This function name conflicts with our desire to #define free() to
something else on sandbox. Since it deals with resources, rename it to
rfree().

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/clk/clk-ti-sci.c
drivers/clk/clk-uclass.c
drivers/clk/clk_sandbox.c
drivers/clk/tegra/tegra-car-clk.c
include/clk-uclass.h