summaryrefslogtreecommitdiff
path: root/sound/soc/intel/sst-haswell-pcm.c
diff options
context:
space:
mode:
authorWolfram Sang <wsa@the-dreams.de>2014-10-20 18:22:09 +0400
committerWolfram Sang <wsa@the-dreams.de>2014-10-20 18:22:09 +0400
commit3c1af8802e459b2d1159dd9665b9ae14a1f15a5c (patch)
tree00b30677572c90ca9e6e010a84076e4df016aab8 /sound/soc/intel/sst-haswell-pcm.c
parentffd35fa74f8ce5db0a980ae5b1d16cb4afe034d6 (diff)
downloadlinux-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-haswell-pcm.c')
-rw-r--r--sound/soc/intel/sst-haswell-pcm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/intel/sst-haswell-pcm.c b/sound/soc/intel/sst-haswell-pcm.c
index 33fc5c3abf55..467dac3b1075 100644
--- a/sound/soc/intel/sst-haswell-pcm.c
+++ b/sound/soc/intel/sst-haswell-pcm.c
@@ -901,7 +901,6 @@ static int hsw_pcm_dev_remove(struct platform_device *pdev)
static struct platform_driver hsw_pcm_driver = {
.driver = {
.name = "haswell-pcm-audio",
- .owner = THIS_MODULE,
},
.probe = hsw_pcm_dev_probe,