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:
@@ -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,
|
||||
},
|
||||
|
||||
|
Referência em uma nova issue
Block a user