
30 Sep
2021
30 Sep
'21
6:08 a.m.
On Sun, 12 Sept 2021 at 09:28, Samuel Holland samuel@sholland.org wrote:
The only caller of this function was the MMC pinmux code, which used it to parse a string given from a Kconfig symbol. As the Kconfig symbol has been converted to a Boolean, this function is no longer needed.
Signed-off-by: Samuel Holland samuel@sholland.org
arch/arm/include/asm/arch-sunxi/gpio.h | 1 - drivers/gpio/sunxi_gpio.c | 14 -------------- 2 files changed, 15 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org