Input: drop explicit initialization of struct i2c_device_id::driver_data to 0
[linux-2.6-block.git] / drivers / input / touchscreen / zet6223.c
index ec3fca4a48c014b52d9dbfac446a1f92af94cd17..27333fded9a957395fea573242f119c65fa99871 100644 (file)
@@ -236,7 +236,7 @@ static const struct of_device_id zet6223_of_match[] = {
 MODULE_DEVICE_TABLE(of, zet6223_of_match);
 
 static const struct i2c_device_id zet6223_id[] = {
-       { "zet6223", 0},
+       { "zet6223" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, zet6223_id);