summaryrefslogtreecommitdiffstats
path: root/sound/soc/blackfin/bfin-eval-adau1373.c
diff options
context:
space:
mode:
authorWolfram Sang <wsa@the-dreams.de>2014-10-20 16:22:05 +0200
committerWolfram Sang <wsa@the-dreams.de>2014-10-20 16:22:05 +0200
commit3316fd2554b717904e979eb13cd3cdd95a66f0c5 (patch)
treeacbf286643a59d0819f63173f7c4d7de20dbdbef /sound/soc/blackfin/bfin-eval-adau1373.c
parentea3bccab077b1cdc41d0aec3183d7260a999777e (diff)
downloadlinux-stable-3316fd2554b717904e979eb13cd3cdd95a66f0c5.tar.gz
linux-stable-3316fd2554b717904e979eb13cd3cdd95a66f0c5.tar.bz2
linux-stable-3316fd2554b717904e979eb13cd3cdd95a66f0c5.zip
ASoC: blackfin: 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/blackfin/bfin-eval-adau1373.c')
-rw-r--r--sound/soc/blackfin/bfin-eval-adau1373.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/blackfin/bfin-eval-adau1373.c b/sound/soc/blackfin/bfin-eval-adau1373.c
index 4ef9683bcad8..523baf5820d7 100644
--- a/sound/soc/blackfin/bfin-eval-adau1373.c
+++ b/sound/soc/blackfin/bfin-eval-adau1373.c
@@ -169,7 +169,6 @@ static int bfin_eval_adau1373_remove(struct platform_device *pdev)
static struct platform_driver bfin_eval_adau1373_driver = {
.driver = {
.name = "bfin-eval-adau1373",
- .owner = THIS_MODULE,
.pm = &snd_soc_pm_ops,
},
.probe = bfin_eval_adau1373_probe,