Skip to content

Commit

Permalink
ASoC: mxs: drop owner assignment from platform_drivers
Browse files Browse the repository at this point in the history
A platform_driver does not need to set an owner, it will be populated by the
driver core.

Signed-off-by: Wolfram Sang <[email protected]>
  • Loading branch information
Wolfram Sang committed Oct 20, 2014
1 parent b4c1456 commit 38b089d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion sound/soc/mxs/mxs-saif.c
Original file line number Diff line number Diff line change
Expand Up @@ -815,7 +815,6 @@ static struct platform_driver mxs_saif_driver = {

.driver = {
.name = "mxs-saif",
.owner = THIS_MODULE,
.of_match_table = mxs_saif_dt_ids,
},
};
Expand Down
1 change: 0 additions & 1 deletion sound/soc/mxs/mxs-sgtl5000.c
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@ MODULE_DEVICE_TABLE(of, mxs_sgtl5000_dt_ids);
static struct platform_driver mxs_sgtl5000_audio_driver = {
.driver = {
.name = "mxs-sgtl5000",
.owner = THIS_MODULE,
.of_match_table = mxs_sgtl5000_dt_ids,
},
.probe = mxs_sgtl5000_probe,
Expand Down

0 comments on commit 38b089d

Please sign in to comment.