]> git.baikalelectronics.ru Git - uboot.git/commit
mailbox: Rename free() to rfree()
authorSimon Glass <sjg@chromium.org>
Mon, 3 Feb 2020 14:35:50 +0000 (07:35 -0700)
committerSimon Glass <sjg@chromium.org>
Thu, 6 Feb 2020 02:33:46 +0000 (19:33 -0700)
commit5ae66fcaf1ce1c7e63629b2cbc6c9a964a506b09
tree7b6bf0039b0252b4d235da523d716b2e261aaa7b
parente6b44656bae31f2a31789d6191e3a680e8387650
mailbox: 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/mailbox/k3-sec-proxy.c
drivers/mailbox/mailbox-uclass.c
drivers/mailbox/sandbox-mbox.c
drivers/mailbox/stm32-ipcc.c
drivers/mailbox/tegra-hsp.c
include/mailbox-uclass.h