diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 16:22:15 +0200 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 16:22:15 +0200 |
commit | 1cfc291a30c29082992d69dc203c5213f90d57ed (patch) | |
tree | de63211fbb941a22a2f92a986820e712eef4cea4 /sound/soc/txx9/txx9aclc-generic.c | |
parent | ASoC: tegra: drop owner assignment from platform_drivers (diff) | |
download | linux-1cfc291a30c29082992d69dc203c5213f90d57ed.tar.xz linux-1cfc291a30c29082992d69dc203c5213f90d57ed.zip |
ASoC: txx9: 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/txx9/txx9aclc-generic.c')
-rw-r--r-- | sound/soc/txx9/txx9aclc-generic.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/txx9/txx9aclc-generic.c b/sound/soc/txx9/txx9aclc-generic.c index b056a1431ed4..d0b1e7759968 100644 --- a/sound/soc/txx9/txx9aclc-generic.c +++ b/sound/soc/txx9/txx9aclc-generic.c @@ -66,7 +66,6 @@ static struct platform_driver txx9aclc_generic_driver = { .remove = __exit_p(txx9aclc_generic_remove), .driver = { .name = "txx9aclc-generic", - .owner = THIS_MODULE, }, }; |