aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/soc/codecs/si476x.c
diff options
context:
space:
mode:
authorWolfram Sang <wsa@the-dreams.de>2014-10-20 16:22:07 +0200
committerWolfram Sang <wsa@the-dreams.de>2014-10-20 16:22:07 +0200
commitc756e83d1aa18310043042402566fdefa6e9d58b (patch)
treee4c7859a0f7caf5eaf3e953157a2088d158d8c53 /sound/soc/codecs/si476x.c
parentASoC: cirrus: drop owner assignment from platform_drivers (diff)
downloadwireguard-linux-c756e83d1aa18310043042402566fdefa6e9d58b.tar.xz
wireguard-linux-c756e83d1aa18310043042402566fdefa6e9d58b.zip
ASoC: codecs: 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/codecs/si476x.c')
-rw-r--r--sound/soc/codecs/si476x.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/si476x.c b/sound/soc/codecs/si476x.c
index cdf882fa7716..3e72964280c6 100644
--- a/sound/soc/codecs/si476x.c
+++ b/sound/soc/codecs/si476x.c
@@ -261,7 +261,6 @@ MODULE_ALIAS("platform:si476x-codec");
static struct platform_driver si476x_platform_driver = {
.driver = {
.name = "si476x-codec",
- .owner = THIS_MODULE,
},
.probe = si476x_platform_probe,
.remove = si476x_platform_remove,