diff options
| author | Ian Kumlien <[email protected]> | 2020-02-26 15:34:05 +0100 |
|---|---|---|
| committer | Mauro Carvalho Chehab <[email protected]> | 2020-03-12 17:16:31 +0100 |
| commit | 6de18fa3bd1dd5114106abf6217587d6f6cb051d (patch) | |
| tree | 04e8b895aaf965939f1cf5bde42c8ee115089718 /tools/perf/scripts/python | |
| parent | 430f35b734e6851d72bc66cc140f045999b30dec (diff) | |
media: Fix build failure due to missing select REGMAP_I2C
While upgrading from 5.5.2 -> 5.5.6 I was surprised by:
ld: drivers/media/i2c/tvp5150.o: in function `tvp5150_probe':
tvp5150.c:(.text+0x11ac): undefined reference to
`__devm_regmap_init_i2c'
make: *** [Makefile:1078: vmlinux] Error 1
The fix was quick enough, make VIDEO_TVP5150 select REGMAP_I2C
And a quick grep showed that it was needed by more targets.
Signed-off-by: Ian Kumlien <[email protected]>
Signed-off-by: Sakari Ailus <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions