Merge tag 'xfs-for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc...
[firefly-linux-kernel-4.4.55.git] / sound / soc / codecs / ml26124.c
index b74118e019fbe142572644b79085a76496c685fb..f561c78b9e0e0ca8df6e4647786009b596bc2b9b 100644 (file)
@@ -199,7 +199,7 @@ static const struct clk_coeff coeff_div[] = {
        {12288000, 48000, 0xc, 0x0, 0x30, 0x0, 0x4},
 };
 
-static struct reg_default ml26124_reg[] = {
+static const struct reg_default ml26124_reg[] = {
        /* CLOCK control Register */
        {0x00, 0x00 },  /* Sampling Rate */
        {0x02, 0x00},   /* PLL NL */
@@ -597,7 +597,6 @@ MODULE_DEVICE_TABLE(i2c, ml26124_i2c_id);
 static struct i2c_driver ml26124_i2c_driver = {
        .driver = {
                .name = "ml26124",
-               .owner = THIS_MODULE,
        },
        .probe = ml26124_i2c_probe,
        .remove = ml26124_i2c_remove,