OSDN Git Service

gpio: Fix build error of function redefinition
authorYueHaibing <yuehaibing@huawei.com>
Wed, 31 Jul 2019 12:38:14 +0000 (20:38 +0800)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 14 Aug 2019 08:57:18 +0000 (10:57 +0200)
commit68e03b85474a51ec1921b4d13204782594ef7223
tree50e0561b9a44b521c906b6cf3a11b91e26294860
parent2c60e6b5c9241b24b8b523fefd3e44fb85622cda
gpio: Fix build error of function redefinition

when do randbuilding, I got this error:

In file included from drivers/hwmon/pmbus/ucd9000.c:19:0:
./include/linux/gpio/driver.h:576:1: error: redefinition of gpiochip_add_pin_range
 gpiochip_add_pin_range(struct gpio_chip *chip, const char *pinctl_name,
 ^~~~~~~~~~~~~~~~~~~~~~
In file included from drivers/hwmon/pmbus/ucd9000.c:18:0:
./include/linux/gpio.h:245:1: note: previous definition of gpiochip_add_pin_range was here
 gpiochip_add_pin_range(struct gpio_chip *chip, const char *pinctl_name,
 ^~~~~~~~~~~~~~~~~~~~~~

Reported-by: Hulk Robot <hulkci@huawei.com>
Fixes: 964cb341882f ("gpio: move pincontrol calls to <linux/gpio/driver.h>")
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Link: https://lore.kernel.org/r/20190731123814.46624-1-yuehaibing@huawei.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
include/linux/gpio.h