Input: drop explicit initialization of struct i2c_device_id::driver_data to 0
[linux-2.6-block.git] / drivers / input / touchscreen / cyttsp4_i2c.c
index 80a6890cd45a0bc5b1101c864bb35691d1543235..da32c151def5005f2a9b0676237c2b81508e3334 100644 (file)
@@ -50,7 +50,7 @@ static void cyttsp4_i2c_remove(struct i2c_client *client)
 }
 
 static const struct i2c_device_id cyttsp4_i2c_id[] = {
-       { CYTTSP4_I2C_NAME, 0 },
+       { CYTTSP4_I2C_NAME },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, cyttsp4_i2c_id);