RE: [PATCH] media: ov2740: select regmap

2020-10-05 Thread Cao, Bingbu
; Cc: Sakari Ailus ; linux-me...@vger.kernel.org; > linux-kernel@vger.kernel.org; Sergey Senozhatsky > > Subject: [PATCH] media: ov2740: select regmap > > Fix OV2740 build breakage by selecting REGMAP_I2C config: > > ov2740.c:1011:23: error: variable has incomplete type

[PATCH] media: ov2740: select regmap

2020-09-29 Thread Sergey Senozhatsky
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' struc