Elyes Haouas has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/77153?usp=email )
Change subject: soc/rockchip/common: Remove useless extern prototypes in gpio.h ......................................................................
soc/rockchip/common: Remove useless extern prototypes in gpio.h
Change-Id: If10ae5a0ffc6693ce19218a7b86ec25d9d592b7c Signed-off-by: Elyes Haouas ehaouas@noos.fr --- M src/soc/rockchip/common/include/soc/gpio.h 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/53/77153/1
diff --git a/src/soc/rockchip/common/include/soc/gpio.h b/src/soc/rockchip/common/include/soc/gpio.h index 22075f6..04d179e 100644 --- a/src/soc/rockchip/common/include/soc/gpio.h +++ b/src/soc/rockchip/common/include/soc/gpio.h @@ -50,7 +50,7 @@ GPIO_D, };
-extern struct rockchip_gpio_regs *gpio_port[]; +struct rockchip_gpio_regs *gpio_port[];
/* Check if the gpio port is a pmu gpio */ int is_pmu_gpio(gpio_t gpio);