mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
media: i2c: maxim: remote: dummy: init_regs using static function
Signed-off-by: Cai Wenzhong <cwz@rock-chips.com> Change-Id: I99662e4486686b2f6815c3a52ecb02de676505f5
This commit is contained in:
@@ -132,7 +132,7 @@ struct sensor {
|
||||
maxim_remote_ser_t *serializer;
|
||||
};
|
||||
|
||||
const struct i2c_regval sensor_1920x1080_30fps_init_regs[] = {
|
||||
static const struct i2c_regval sensor_1920x1080_30fps_init_regs[] = {
|
||||
{ REG_NULL, 0x00 }
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user