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)
commit093152f275e036e54d48b3d9fc0adbc1ca4cc5b0
tree3a80d152fa1b48110871ffced6fb7a9b96efe50b
parent94474b25c3a60a746bf641a975c3db239dae29b9
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