ASoC: omap: 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>
Esse commit está contido em:
Wolfram Sang
2014-10-20 16:22:11 +02:00
commit d34135b4c0
9 arquivos alterados com 0 adições e 9 exclusões

Ver arquivo

@@ -512,7 +512,6 @@ MODULE_DEVICE_TABLE(of, omap_mcpdm_of_match);
static struct platform_driver asoc_mcpdm_driver = {
.driver = {
.name = "omap-mcpdm",
.owner = THIS_MODULE,
.of_match_table = omap_mcpdm_of_match,
},