diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 16:20:56 +0200 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 16:20:56 +0200 |
commit | bb0d20e79490aad989e6c85fedf46781b8d1e3ba (patch) | |
tree | 91417b759dbe11f788ac4cd5f4db3ddd06fa4641 /drivers/mmc/host/sdhci-acpi.c | |
parent | 17149e4c863c9696f3ee6fa27954f3087acdefd3 (diff) | |
download | linux-stable-bb0d20e79490aad989e6c85fedf46781b8d1e3ba.tar.gz linux-stable-bb0d20e79490aad989e6c85fedf46781b8d1e3ba.tar.bz2 linux-stable-bb0d20e79490aad989e6c85fedf46781b8d1e3ba.zip |
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>
Diffstat (limited to 'drivers/mmc/host/sdhci-acpi.c')
-rw-r--r-- | drivers/mmc/host/sdhci-acpi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mmc/host/sdhci-acpi.c b/drivers/mmc/host/sdhci-acpi.c index 9cccc0e89b04..4e064c8cec97 100644 --- a/drivers/mmc/host/sdhci-acpi.c +++ b/drivers/mmc/host/sdhci-acpi.c @@ -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, }, |