Merge remote-tracking branches 'asoc/topic/max98371', 'asoc/topic/max9867', 'asoc...
[linux-2.6-block.git] / sound / soc / codecs / max98371.c
index cf0a39bb631aac9ae9bccd6c0b5163e65d8178b1..781be9ba8dba0f212e1939f4cb995e64024a3d49 100644 (file)
@@ -412,6 +412,7 @@ static int max98371_i2c_remove(struct i2c_client *client)
 
 static const struct i2c_device_id max98371_i2c_id[] = {
        { "max98371", 0 },
+       { }
 };
 
 MODULE_DEVICE_TABLE(i2c, max98371_i2c_id);
@@ -425,7 +426,6 @@ MODULE_DEVICE_TABLE(of, max98371_of_match);
 static struct i2c_driver max98371_i2c_driver = {
        .driver = {
                .name = "max98371",
-               .owner = THIS_MODULE,
                .pm = NULL,
                .of_match_table = of_match_ptr(max98371_of_match),
        },