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:
Axel Lin 2012-11-30 12:30:45 +08:00 committed by Tomi Valkeinen
parent 29aaf90c68
commit c252ea0f75

View file

@ -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 {