aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/sh/siu_dai.c
diff options
context:
space:
mode:
authorWolfram Sang <wsa@the-dreams.de>2014-10-20 10:22:13 -0400
committerWolfram Sang <wsa@the-dreams.de>2014-10-20 10:22:13 -0400
commitf20068009adf34dcc2b10b3f134502205aa9f04e (patch)
tree3b51b365632b048e25d9b426694fbbdc45917202 /sound/soc/sh/siu_dai.c
parentac204d2290e5a76ecff5b597beb19f98680ef095 (diff)
ASoC: sh: 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/sh/siu_dai.c')
-rw-r--r--sound/soc/sh/siu_dai.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/sh/siu_dai.c b/sound/soc/sh/siu_dai.c
index d55babee14f8..abb0d956231c 100644
--- a/sound/soc/sh/siu_dai.c
+++ b/sound/soc/sh/siu_dai.c
@@ -845,7 +845,6 @@ static int siu_remove(struct platform_device *pdev)
845 845
846static struct platform_driver siu_driver = { 846static struct platform_driver siu_driver = {
847 .driver = { 847 .driver = {
848 .owner = THIS_MODULE,
849 .name = "siu-pcm-audio", 848 .name = "siu-pcm-audio",
850 }, 849 },
851 .probe = siu_probe, 850 .probe = siu_probe,