ASoC: codecs: Drop explicit initialization of struct i2c_device_id::driver_data to 0
[linux-2.6-block.git] / sound / soc / codecs / wm9090.c
index 50c1cbccfdb920edd5803947e2f22abea8d17268..26191bcc161debc7da3d70710d15ae3dfff077ab 100644 (file)
@@ -606,8 +606,8 @@ static int wm9090_i2c_probe(struct i2c_client *i2c)
 }
 
 static const struct i2c_device_id wm9090_id[] = {
-       { "wm9090", 0 },
-       { "wm9093", 0 },
+       { "wm9090" },
+       { "wm9093" },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, wm9090_id);