diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 16:22:13 +0200 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 16:22:13 +0200 |
commit | f20068009adf34dcc2b10b3f134502205aa9f04e (patch) | |
tree | 3b51b365632b048e25d9b426694fbbdc45917202 /sound/soc/sh/siu_dai.c | |
parent | ac204d2290e5a76ecff5b597beb19f98680ef095 (diff) | |
download | linux-f20068009adf34dcc2b10b3f134502205aa9f04e.tar.gz linux-f20068009adf34dcc2b10b3f134502205aa9f04e.tar.bz2 linux-f20068009adf34dcc2b10b3f134502205aa9f04e.zip |
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.c | 1 |
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) static struct platform_driver siu_driver = { .driver = { - .owner = THIS_MODULE, .name = "siu-pcm-audio", }, .probe = siu_probe, |