diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 18:22:09 +0400 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 18:22:09 +0400 |
commit | 3c1af8802e459b2d1159dd9665b9ae14a1f15a5c (patch) | |
tree | 00b30677572c90ca9e6e010a84076e4df016aab8 /sound/soc/intel/sst-acpi.c | |
parent | ffd35fa74f8ce5db0a980ae5b1d16cb4afe034d6 (diff) | |
download | linux-3c1af8802e459b2d1159dd9665b9ae14a1f15a5c.tar.xz |
ASoC: intel: 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 'sound/soc/intel/sst-acpi.c')
-rw-r--r-- | sound/soc/intel/sst-acpi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/intel/sst-acpi.c b/sound/soc/intel/sst-acpi.c index 03d0a166b635..b3d84560fbb5 100644 --- a/sound/soc/intel/sst-acpi.c +++ b/sound/soc/intel/sst-acpi.c @@ -275,7 +275,6 @@ static struct platform_driver sst_acpi_driver = { .remove = sst_acpi_remove, .driver = { .name = "sst-acpi", - .owner = THIS_MODULE, .acpi_match_table = ACPI_PTR(sst_acpi_match), }, }; |