diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 16:22:15 +0200 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 16:22:15 +0200 |
commit | 89032b176b8200257de2f21ee57ddaef8a212e8c (patch) | |
tree | c7ac8b92845a1ed634d3fbf48bb5e58d90e6cf42 /sound/soc/tegra/tegra20_ac97.c | |
parent | ASoC: spear: drop owner assignment from platform_drivers (diff) | |
download | linux-89032b176b8200257de2f21ee57ddaef8a212e8c.tar.xz linux-89032b176b8200257de2f21ee57ddaef8a212e8c.zip |
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_ac97.c')
-rw-r--r-- | sound/soc/tegra/tegra20_ac97.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/tegra/tegra20_ac97.c b/sound/soc/tegra/tegra20_ac97.c index 3b0fa12dbff7..e3dd2615eb69 100644 --- a/sound/soc/tegra/tegra20_ac97.c +++ b/sound/soc/tegra/tegra20_ac97.c @@ -438,7 +438,6 @@ static const struct of_device_id tegra20_ac97_of_match[] = { static struct platform_driver tegra20_ac97_driver = { .driver = { .name = DRV_NAME, - .owner = THIS_MODULE, .of_match_table = tegra20_ac97_of_match, }, .probe = tegra20_ac97_platform_probe, |