aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/tegra/tegra20_das.c
diff options
context:
space:
mode:
authorWolfram Sang <wsa@the-dreams.de>2014-10-20 10:22:15 -0400
committerWolfram Sang <wsa@the-dreams.de>2014-10-20 10:22:15 -0400
commit89032b176b8200257de2f21ee57ddaef8a212e8c (patch)
treec7ac8b92845a1ed634d3fbf48bb5e58d90e6cf42 /sound/soc/tegra/tegra20_das.c
parent0d0a995aa8711adeaee2c4d00178e51efa3c8479 (diff)
ASoC: tegra: 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/tegra/tegra20_das.c')
-rw-r--r--sound/soc/tegra/tegra20_das.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/tegra/tegra20_das.c b/sound/soc/tegra/tegra20_das.c
index a634f13b3ffc..f52600b4f3fd 100644
--- a/sound/soc/tegra/tegra20_das.c
+++ b/sound/soc/tegra/tegra20_das.c
@@ -233,7 +233,6 @@ static struct platform_driver tegra20_das_driver = {
233 .remove = tegra20_das_remove, 233 .remove = tegra20_das_remove,
234 .driver = { 234 .driver = {
235 .name = DRV_NAME, 235 .name = DRV_NAME,
236 .owner = THIS_MODULE,
237 .of_match_table = tegra20_das_of_match, 236 .of_match_table = tegra20_das_of_match,
238 }, 237 },
239}; 238};