OMAPDSS: Add terminating entry for picodlp_i2c_id table
The i2c_device_id table is supposed to be zero-terminated. Signed-off-by: Axel Lin <axel.lin@gmail.com> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
This commit is contained in:
parent
29aaf90c68
commit
c252ea0f75
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ struct picodlp_i2c_data {
|
||||||
|
|
||||||
static struct i2c_device_id picodlp_i2c_id[] = {
|
static struct i2c_device_id picodlp_i2c_id[] = {
|
||||||
{ "picodlp_i2c_driver", 0 },
|
{ "picodlp_i2c_driver", 0 },
|
||||||
|
{ }
|
||||||
};
|
};
|
||||||
|
|
||||||
struct picodlp_i2c_command {
|
struct picodlp_i2c_command {
|
||||||
|
|
Loading…
Reference in a new issue