ASoC: codecs: drop owner assignment from platform_drivers

A platform_driver does not need to set an owner, it will be populated by the
driver core.

Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
このコミットが含まれているのは:
Wolfram Sang
2014-10-20 16:22:07 +02:00
コミット c756e83d1a
37個のファイルの変更0行の追加37行の削除

ファイルの表示

@@ -700,7 +700,6 @@ static int wm9712_remove(struct platform_device *pdev)
static struct platform_driver wm9712_codec_driver = {
.driver = {
.name = "wm9712-codec",
.owner = THIS_MODULE,
},
.probe = wm9712_probe,