pinctrl: Fix compilation of Awinic AW9523/B I2C GPIO Expander
Fixes the following link-time error:
LD .tmp_vmlinux.kallsyms1
aarch64-linux-gnu-ld: Unexpected GOT/PLT entries detected!
aarch64-linux-gnu-ld: Unexpected run-time procedure linkages detected!
aarch64-linux-gnu-ld: drivers/pinctrl/pinctrl-aw9523.o: in function `aw9523_probe':
.../drivers/pinctrl/pinctrl-aw9523.c:1004: undefined reference to `__devm_regmap_init_i2c'
make[1]: *** [.../Makefile:1155: vmlinux] Error 1
Fixes: 96e86abbb4 ("pinctrl: Add driver for Awinic AW9523/B I2C GPIO Expander")
This commit is contained in:
parent
bca8458787
commit
b5da4afe50
1 changed files with 1 additions and 1 deletions
|
|
@ -135,7 +135,7 @@ config PINCTRL_AW9523
|
|||
select GENERIC_PINCONF
|
||||
select GPIOLIB
|
||||
select GPIOLIB_IRQCHIP
|
||||
select REGMAP
|
||||
select REGMAP_I2C
|
||||
help
|
||||
The Awinic AW9523/AW9523B is a multi-function I2C GPIO
|
||||
expander with PWM functionality. This driver bundles a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue