tegra: gpio: Drop use of CONFIG_xxx variables
authorSimon Glass <sjg@chromium.org>
Sun, 8 Aug 2021 18:20:23 +0000 (12:20 -0600)
committerTom Rini <trini@konsulko.com>
Sat, 4 Sep 2021 16:26:02 +0000 (12:26 -0400)
commit80a4876c86bbf4c05ebe387d0cfa6236d444ebd9
treeb2d6accabc8895f61a0c6e5b88a8869427392e11
parent39f09140a1aa6d8f5575c73661aa002a1d87ef54
tegra: gpio: Drop use of CONFIG_xxx variables

It is not a good idea to use things called CONFIG_xxx in the source code
since this prefix is reserved for use by Kconfig. Rename these variables.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/gpio/tegra_gpio.c