diff options
-rw-r--r-- | sound/soc/sunxi/sun4i-codec.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/sunxi/sun4i-codec.c b/sound/soc/sunxi/sun4i-codec.c index 6e83e62ef039..8d59d83b5aa4 100644 --- a/sound/soc/sunxi/sun4i-codec.c +++ b/sound/soc/sunxi/sun4i-codec.c | |||
@@ -705,7 +705,6 @@ static int sun4i_codec_remove(struct platform_device *pdev) | |||
705 | static struct platform_driver sun4i_codec_driver = { | 705 | static struct platform_driver sun4i_codec_driver = { |
706 | .driver = { | 706 | .driver = { |
707 | .name = "sun4i-codec", | 707 | .name = "sun4i-codec", |
708 | .owner = THIS_MODULE, | ||
709 | .of_match_table = sun4i_codec_of_match, | 708 | .of_match_table = sun4i_codec_of_match, |
710 | }, | 709 | }, |
711 | .probe = sun4i_codec_probe, | 710 | .probe = sun4i_codec_probe, |