summaryrefslogtreecommitdiffstats
path: root/sound/soc/intel/haswell.c
diff options
context:
space:
mode:
authorWolfram Sang2014-10-20 16:22:09 +0200
committerWolfram Sang2014-10-20 16:22:09 +0200
commit3c1af8802e459b2d1159dd9665b9ae14a1f15a5c (patch)
tree00b30677572c90ca9e6e010a84076e4df016aab8 /sound/soc/intel/haswell.c
parentASoC: generic: drop owner assignment from platform_drivers (diff)
downloadkernel-qcow2-linux-3c1af8802e459b2d1159dd9665b9ae14a1f15a5c.tar.gz
kernel-qcow2-linux-3c1af8802e459b2d1159dd9665b9ae14a1f15a5c.tar.xz
kernel-qcow2-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/haswell.c')
-rw-r--r--sound/soc/intel/haswell.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/intel/haswell.c b/sound/soc/intel/haswell.c
index 3981982674ac..9de3f8c4ddc6 100644
--- a/sound/soc/intel/haswell.c
+++ b/sound/soc/intel/haswell.c
@@ -209,7 +209,6 @@ static struct platform_driver haswell_audio = {
.probe = haswell_audio_probe,
.driver = {
.name = "haswell-audio",
- .owner = THIS_MODULE,
},
};