aboutsummaryrefslogtreecommitdiff
path: root/include/media
diff options
context:
space:
mode:
authorGravatar Sergey Senozhatsky <sergey.senozhatsky@gmail.com> 2020-09-30 03:13:22 +0200
committerGravatar Mauro Carvalho Chehab <mchehab+huawei@kernel.org> 2020-11-16 10:31:12 +0100
commite0f822f8d9698e47cb6781538bc7490fba638979 (patch)
treef4f60650e5be68df19fec38473bf7ee1fc596d54 /include/media
parentmedia: ov2740: change the minimal exposure value to 4 (diff)
downloadlinux-e0f822f8d9698e47cb6781538bc7490fba638979.tar.gz
linux-e0f822f8d9698e47cb6781538bc7490fba638979.tar.bz2
linux-e0f822f8d9698e47cb6781538bc7490fba638979.zip
media: ov2740: select regmap
Fix OV2740 build breakage by selecting REGMAP_I2C config: ov2740.c:1011:23: error: variable has incomplete type 'struct regmap_config' struct regmap_config regmap_config = { }; ^ ov2740.c:1011:9: note: forward declaration of 'struct regmap_config' struct regmap_config regmap_config = { }; ^ ov2740.c:1028:11: error: implicit declaration of function 'devm_regmap_init_i2c' regmap = devm_regmap_init_i2c(client, &regmap_config); Signed-off-by: Sergey Senozhatsky <sergey.senozhatsky@gmail.com> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'include/media')
0 files changed, 0 insertions, 0 deletions