Input: drop explicit initialization of struct i2c_device_id::driver_data to 0
[linux-2.6-block.git] / drivers / input / keyboard / qt2160.c
index 7e3b09642ab754db16952076bfd3dd1971b07e67..53f5255fd19dd59c89866addebed8840967c32b3 100644 (file)
@@ -393,7 +393,7 @@ static int qt2160_probe(struct i2c_client *client)
 }
 
 static const struct i2c_device_id qt2160_idtable[] = {
-       { "qt2160", 0, },
+       { "qt2160" },
        { }
 };