diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 18:22:07 +0400 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 18:22:07 +0400 |
commit | a17b87a5b0ce32c3c4982bc80e9e153168e80e39 (patch) | |
tree | 299b415d00c4e51880aad4acf43ef124c61c8d30 /sound/soc/davinci/davinci-i2s.c | |
parent | c756e83d1aa18310043042402566fdefa6e9d58b (diff) | |
download | linux-a17b87a5b0ce32c3c4982bc80e9e153168e80e39.tar.xz |
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 'sound/soc/davinci/davinci-i2s.c')
-rw-r--r-- | sound/soc/davinci/davinci-i2s.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/davinci/davinci-i2s.c b/sound/soc/davinci/davinci-i2s.c index 7682af31d6e6..15fb28fc8e1b 100644 --- a/sound/soc/davinci/davinci-i2s.c +++ b/sound/soc/davinci/davinci-i2s.c @@ -770,7 +770,6 @@ static struct platform_driver davinci_mcbsp_driver = { .remove = davinci_i2s_remove, .driver = { .name = "davinci-mcbsp", - .owner = THIS_MODULE, }, }; |