aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/fsl/mpc5200_psc_i2s.c
diff options
context:
space:
mode:
authorWolfram Sang <wsa@the-dreams.de>2014-10-20 16:22:08 +0200
committerWolfram Sang <wsa@the-dreams.de>2014-10-20 16:22:08 +0200
commit8cb636b1a181cc2c644ce5a03b4efa464c2c6348 (patch)
tree9d551f8b9ba4ca111399f2c8a929365439654d0c /sound/soc/fsl/mpc5200_psc_i2s.c
parentASoC: dwc: drop owner assignment from platform_drivers (diff)
downloadlinux-dev-8cb636b1a181cc2c644ce5a03b4efa464c2c6348.tar.xz
linux-dev-8cb636b1a181cc2c644ce5a03b4efa464c2c6348.zip
ASoC: fsl: 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/fsl/mpc5200_psc_i2s.c')
-rw-r--r--sound/soc/fsl/mpc5200_psc_i2s.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/fsl/mpc5200_psc_i2s.c b/sound/soc/fsl/mpc5200_psc_i2s.c
index 5d07e8a74a21..51fb0c00fe73 100644
--- a/sound/soc/fsl/mpc5200_psc_i2s.c
+++ b/sound/soc/fsl/mpc5200_psc_i2s.c
@@ -229,7 +229,6 @@ static struct platform_driver psc_i2s_driver = {
.remove = psc_i2s_of_remove,
.driver = {
.name = "mpc5200-psc-i2s",
- .owner = THIS_MODULE,
.of_match_table = psc_i2s_match,
},
};