diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2014-12-21 16:14:47 -0500 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2014-12-22 07:02:17 -0500 |
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) | |||
352 | static struct platform_driver spitz_driver = { | 352 | static struct platform_driver spitz_driver = { |
353 | .driver = { | 353 | .driver = { |
354 | .name = "spitz-audio", | 354 | .name = "spitz-audio", |
355 | .owner = THIS_MODULE, | ||
356 | .pm = &snd_soc_pm_ops, | 355 | .pm = &snd_soc_pm_ops, |
357 | }, | 356 | }, |
358 | .probe = spitz_probe, | 357 | .probe = spitz_probe, |