diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 18:22:15 +0400 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 18:22:15 +0400 |
commit | 89032b176b8200257de2f21ee57ddaef8a212e8c (patch) | |
tree | c7ac8b92845a1ed634d3fbf48bb5e58d90e6cf42 /sound/soc/tegra/tegra20_spdif.c | |
parent | 0d0a995aa8711adeaee2c4d00178e51efa3c8479 (diff) | |
download | linux-89032b176b8200257de2f21ee57ddaef8a212e8c.tar.xz |
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_spdif.c')
-rw-r--r-- | sound/soc/tegra/tegra20_spdif.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/tegra/tegra20_spdif.c b/sound/soc/tegra/tegra20_spdif.c index a0ce92400faf..9141477a528d 100644 --- a/sound/soc/tegra/tegra20_spdif.c +++ b/sound/soc/tegra/tegra20_spdif.c @@ -387,7 +387,6 @@ static const struct dev_pm_ops tegra20_spdif_pm_ops = { static struct platform_driver tegra20_spdif_driver = { .driver = { .name = DRV_NAME, - .owner = THIS_MODULE, .pm = &tegra20_spdif_pm_ops, }, .probe = tegra20_spdif_platform_probe, |