summaryrefslogtreecommitdiffstats
path: root/sound/soc/davinci/davinci-mcasp.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
commita17b87a5b0ce32c3c4982bc80e9e153168e80e39 (patch)
tree299b415d00c4e51880aad4acf43ef124c61c8d30 /sound/soc/davinci/davinci-mcasp.c
parentc756e83d1aa18310043042402566fdefa6e9d58b (diff)
downloadop-kernel-dev-a17b87a5b0ce32c3c4982bc80e9e153168e80e39.zip
op-kernel-dev-a17b87a5b0ce32c3c4982bc80e9e153168e80e39.tar.gz
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-mcasp.c')
-rw-r--r--sound/soc/davinci/davinci-mcasp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/davinci/davinci-mcasp.c b/sound/soc/davinci/davinci-mcasp.c
index 0eed9b1..9efc110 100644
--- a/sound/soc/davinci/davinci-mcasp.c
+++ b/sound/soc/davinci/davinci-mcasp.c
@@ -1391,7 +1391,6 @@ static struct platform_driver davinci_mcasp_driver = {
.remove = davinci_mcasp_remove,
.driver = {
.name = "davinci-mcasp",
- .owner = THIS_MODULE,
.of_match_table = mcasp_dt_ids,
},
};
OpenPOWER on IntegriCloud