diff options
author | YueHaibing <[email protected]> | 2019-09-03 20:10:26 +0800 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2019-09-03 15:46:46 +0200 |
commit | 35af2445dc306403254a181507b390ec9eb725d5 (patch) | |
tree | 34d976e81a7c64a20131da123bb00834d6ddfac2 /scripts/gdb/linux/modules.py | |
parent | f271b966bff19363b621204c035dce028c534cdd (diff) |
usb: typec: tps6598x: Fix build error without CONFIG_REGMAP_I2C
If CONFIG_REGMAP_I2C is not set, building fails:
drivers/usb/typec/tps6598x.o: In function `tps6598x_probe':
tps6598x.c:(.text+0x5f0): undefined reference to `__devm_regmap_init_i2c'
Select REGMAP_I2C to fix this.
Reported-by: Hulk Robot <[email protected]>
Fixes: 0a4c005bd171 ("usb: typec: driver for TI TPS6598x USB Power Delivery controllers")
Signed-off-by: YueHaibing <[email protected]>
Acked-by: Heikki Krogerus <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/modules.py')
0 files changed, 0 insertions, 0 deletions