aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/mxs/mxs-saif.c
diff options
context:
space:
mode:
authorWolfram Sang <wsa@the-dreams.de>2014-10-20 16:22:10 +0200
committerWolfram Sang <wsa@the-dreams.de>2014-10-20 16:22:10 +0200
commit38b089d78b3084fa100315e5f167d8019e446eae (patch)
tree2d3a5ae27fb5a7ed56b81bf2e3caeb9043bb392e /sound/soc/mxs/mxs-saif.c
parentASoC: kirkwood: drop owner assignment from platform_drivers (diff)
downloadlinux-dev-38b089d78b3084fa100315e5f167d8019e446eae.tar.xz
linux-dev-38b089d78b3084fa100315e5f167d8019e446eae.zip
ASoC: mxs: 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/mxs/mxs-saif.c')
-rw-r--r--sound/soc/mxs/mxs-saif.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/mxs/mxs-saif.c b/sound/soc/mxs/mxs-saif.c
index 231d7e7b0711..eade2742a937 100644
--- a/sound/soc/mxs/mxs-saif.c
+++ b/sound/soc/mxs/mxs-saif.c
@@ -815,7 +815,6 @@ static struct platform_driver mxs_saif_driver = {
.driver = {
.name = "mxs-saif",
- .owner = THIS_MODULE,
.of_match_table = mxs_saif_dt_ids,
},
};