ASoC: txx9: 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:15 +02:00
父节点 89032b176b
当前提交 1cfc291a30
修改 3 个文件,包含 0 行新增3 行删除

查看文件

@@ -429,7 +429,6 @@ static int txx9aclc_soc_platform_remove(struct platform_device *pdev)
static struct platform_driver txx9aclc_pcm_driver = {
.driver = {
.name = "txx9aclc-pcm-audio",
.owner = THIS_MODULE,
},
.probe = txx9aclc_soc_platform_probe,