diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 16:22:09 +0200 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 16:22:09 +0200 |
commit | 3c1af8802e459b2d1159dd9665b9ae14a1f15a5c (patch) | |
tree | 00b30677572c90ca9e6e010a84076e4df016aab8 /sound/soc/intel/sst-mfld-platform-pcm.c | |
parent | ASoC: generic: drop owner assignment from platform_drivers (diff) | |
download | linux-3c1af8802e459b2d1159dd9665b9ae14a1f15a5c.tar.xz linux-3c1af8802e459b2d1159dd9665b9ae14a1f15a5c.zip |
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-mfld-platform-pcm.c')
-rw-r--r-- | sound/soc/intel/sst-mfld-platform-pcm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/intel/sst-mfld-platform-pcm.c b/sound/soc/intel/sst-mfld-platform-pcm.c index aa9b600dfc9b..a31536b8dcca 100644 --- a/sound/soc/intel/sst-mfld-platform-pcm.c +++ b/sound/soc/intel/sst-mfld-platform-pcm.c @@ -639,7 +639,6 @@ static int sst_platform_remove(struct platform_device *pdev) static struct platform_driver sst_platform_driver = { .driver = { .name = "sst-mfld-platform", - .owner = THIS_MODULE, }, .probe = sst_platform_probe, .remove = sst_platform_remove, |