diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 16:22:07 +0200 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 16:22:07 +0200 |
commit | a17b87a5b0ce32c3c4982bc80e9e153168e80e39 (patch) | |
tree | 299b415d00c4e51880aad4acf43ef124c61c8d30 /sound/soc/davinci/davinci-vcif.c | |
parent | ASoC: codecs: drop owner assignment from platform_drivers (diff) | |
download | linux-a17b87a5b0ce32c3c4982bc80e9e153168e80e39.tar.xz linux-a17b87a5b0ce32c3c4982bc80e9e153168e80e39.zip |
ASoC: davinci: 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 '')
-rw-r--r-- | sound/soc/davinci/davinci-vcif.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/davinci/davinci-vcif.c b/sound/soc/davinci/davinci-vcif.c index 77aef05588c3..5bee04279ebe 100644 --- a/sound/soc/davinci/davinci-vcif.c +++ b/sound/soc/davinci/davinci-vcif.c @@ -267,7 +267,6 @@ static struct platform_driver davinci_vcif_driver = { .remove = davinci_vcif_remove, .driver = { .name = "davinci-vcif", - .owner = THIS_MODULE, }, }; |