mmc: host: 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>
此提交包含在:
@@ -449,7 +449,6 @@ static const struct dev_pm_ops sdhci_acpi_pm_ops = {
|
||||
static struct platform_driver sdhci_acpi_driver = {
|
||||
.driver = {
|
||||
.name = "sdhci-acpi",
|
||||
.owner = THIS_MODULE,
|
||||
.acpi_match_table = sdhci_acpi_ids,
|
||||
.pm = &sdhci_acpi_pm_ops,
|
||||
},
|
||||
|
新增問題並參考
封鎖使用者