commit | 2cdd3f47ba5e8486892e455506b672b681cda1a1 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Feb 03 07:35:54 2020 -0700 |
committer | Simon Glass <sjg@chromium.org> | Wed Feb 05 19:33:46 2020 -0700 |
tree | 20433c50f588b035d679ce1774c08c368a5da3aa | |
parent | b3a4754360f7d2607b3a758516c3683472c0e41f [diff] |
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>