]> git.baikalelectronics.ru Git - uboot.git/commit
gpio: Rename free() to rfree()
authorSimon Glass <sjg@chromium.org>
Wed, 5 Feb 2020 03:15:17 +0000 (20:15 -0700)
committerSimon Glass <sjg@chromium.org>
Thu, 6 Feb 2020 02:33:46 +0000 (19:33 -0700)
commit8222cc9224839566a699a25f05c4bbc7b9068c14
tree3a80d152fa1b48110871ffced6fb7a9b96efe50b
parent14b85675363f9dd1f36db5b4a42ac2117bc2849b
gpio: 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/gpio/gpio-rcar.c
drivers/gpio/gpio-uclass.c
include/asm-generic/gpio.h