]> git.baikalelectronics.ru Git - uboot.git/commit
dma: Rename free() to rfree()
authorSimon Glass <sjg@chromium.org>
Mon, 3 Feb 2020 14:35:55 +0000 (07:35 -0700)
committerSimon Glass <sjg@chromium.org>
Thu, 6 Feb 2020 02:33:46 +0000 (19:33 -0700)
commit6aa76fa52138e86f68fc88ad285b6a133bb8df8d
tree15c15bc6d248b54a8f7bc2b38941203e766b5db1
parente6374d25851a52a0534825a5e99a0a396f808b77
dma: 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/dma/dma-uclass.c
drivers/dma/sandbox-dma-test.c
drivers/dma/ti/k3-udma.c
include/dma-uclass.h