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-ac97.c | |
parent | 89032b176b8200257de2f21ee57ddaef8a212e8c (diff) | |
download | linux-next-1cfc291a30c29082992d69dc203c5213f90d57ed.tar.gz |
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-ac97.c')
-rw-r--r-- | sound/soc/txx9/txx9aclc-ac97.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/txx9/txx9aclc-ac97.c b/sound/soc/txx9/txx9aclc-ac97.c index 9edd68db9f48..57e4d99b3cd8 100644 --- a/sound/soc/txx9/txx9aclc-ac97.c +++ b/sound/soc/txx9/txx9aclc-ac97.c @@ -224,7 +224,6 @@ static struct platform_driver txx9aclc_ac97_driver = { .remove = txx9aclc_ac97_dev_remove, .driver = { .name = "txx9aclc-ac97", - .owner = THIS_MODULE, }, }; |