Input: drop explicit initialization of struct i2c_device_id::driver_data to 0
[linux-2.6-block.git] / drivers / input / touchscreen / egalax_ts.c
index a7f7e73082673dbb1b85ae6728d1b2e3cc67a922..f4e950920e8490511359519b278d135ed4602b35 100644 (file)
@@ -218,7 +218,7 @@ static int egalax_ts_probe(struct i2c_client *client)
 }
 
 static const struct i2c_device_id egalax_ts_id[] = {
-       { "egalax_ts", 0 },
+       { "egalax_ts" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, egalax_ts_id);