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)
commitfb8c0d595f1ad83bee5dd398b59b0ee16d8d15a9
tree20433c50f588b035d679ce1774c08c368a5da3aa
parent093152f275e036e54d48b3d9fc0adbc1ca4cc5b0
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