diff options
| author | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 10:21:59 -0400 |
|---|---|---|
| committer | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 10:21:59 -0400 |
| commit | 6851da1f744dcc6c9c1945a6aab4575c7cf240cb (patch) | |
| tree | dbfb41c7a10e51e69e15ef7914973ab976d495e4 /sound/arm | |
| parent | 140bbc4af034aca57641eedcc82d35cc36947674 (diff) | |
ALSA: arm: 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/arm')
| -rw-r--r-- | sound/arm/pxa2xx-ac97.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/arm/pxa2xx-ac97.c b/sound/arm/pxa2xx-ac97.c index 3a10df6688ee..38590b322c54 100644 --- a/sound/arm/pxa2xx-ac97.c +++ b/sound/arm/pxa2xx-ac97.c | |||
| @@ -241,7 +241,6 @@ static struct platform_driver pxa2xx_ac97_driver = { | |||
| 241 | .remove = pxa2xx_ac97_remove, | 241 | .remove = pxa2xx_ac97_remove, |
| 242 | .driver = { | 242 | .driver = { |
| 243 | .name = "pxa2xx-ac97", | 243 | .name = "pxa2xx-ac97", |
| 244 | .owner = THIS_MODULE, | ||
| 245 | #ifdef CONFIG_PM_SLEEP | 244 | #ifdef CONFIG_PM_SLEEP |
| 246 | .pm = &pxa2xx_ac97_pm_ops, | 245 | .pm = &pxa2xx_ac97_pm_ops, |
| 247 | #endif | 246 | #endif |
