diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 16:22:02 +0200 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 16:22:02 +0200 |
commit | ab31135e6ed873011b40e6f547831757a275d15b (patch) | |
tree | 214f86d123ecd6b09bc9dc864a4216797332fada /sound/soc/soc-utils.c | |
parent | 9717b20ee4b9aeea748f0624f0895490510c2553 (diff) |
ASoC: : 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/soc-utils.c')
-rw-r--r-- | sound/soc/soc-utils.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/soc-utils.c b/sound/soc/soc-utils.c index 7f22ca35a41..362c69ac1d6 100644 --- a/sound/soc/soc-utils.c +++ b/sound/soc/soc-utils.c @@ -154,7 +154,6 @@ static int snd_soc_dummy_remove(struct platform_device *pdev) static struct platform_driver soc_dummy_driver = { .driver = { .name = "snd-soc-dummy", - .owner = THIS_MODULE, }, .probe = snd_soc_dummy_probe, .remove = snd_soc_dummy_remove, |