diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2014-12-21 22:14:47 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2014-12-22 12:02:17 +0000 |
commit | 7e0fc116c41f0ca93c4d3de6d26c223c92182857 (patch) | |
tree | 56d25cc292a14f502bf032ad15500d8590833a4a /sound/soc/pxa | |
parent | 97bf6af1f928216fd6c5a66e8a57bfa95a659672 (diff) |
ASoC: pxa: drop owner assignment from platform_drivers
This 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>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/pxa')
-rw-r--r-- | sound/soc/pxa/spitz.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/pxa/spitz.c b/sound/soc/pxa/spitz.c index d7d5fb20ea6f..a6d680acd907 100644 --- a/sound/soc/pxa/spitz.c +++ b/sound/soc/pxa/spitz.c @@ -352,7 +352,6 @@ static int spitz_remove(struct platform_device *pdev) static struct platform_driver spitz_driver = { .driver = { .name = "spitz-audio", - .owner = THIS_MODULE, .pm = &snd_soc_pm_ops, }, .probe = spitz_probe, |