ASoC: max98371: drop driver pm=NULL assignment
[linux-2.6-block.git] / sound / soc / codecs / max98371.c
index 0b438303e1d5d1df86d20e4c4953e4e6e79cb492..e424779db02bf62f7ca3d88a926f194bfdfbc952 100644 (file)
@@ -419,7 +419,6 @@ MODULE_DEVICE_TABLE(of, max98371_of_match);
 static struct i2c_driver max98371_i2c_driver = {
        .driver = {
                .name = "max98371",
-               .pm = NULL,
                .of_match_table = of_match_ptr(max98371_of_match),
        },
        .probe  = max98371_i2c_probe,