ALSA: mips: 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>
This commit is contained in:
Wolfram Sang
2014-10-20 16:22:01 +02:00
父節點 cb4fe8ae66
當前提交 0d3d8be84a
共有 2 個文件被更改,包括 0 次插入2 次删除

查看文件

@@ -970,7 +970,6 @@ static struct platform_driver sgio2audio_driver = {
.remove = snd_sgio2audio_remove,
.driver = {
.name = "sgio2audio",
.owner = THIS_MODULE,
}
};