diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 10:22:08 -0400 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 10:22:08 -0400 |
commit | ffd35fa74f8ce5db0a980ae5b1d16cb4afe034d6 (patch) | |
tree | 8251a22deed86fe5176ffa9618c92f9e7d521a38 /sound | |
parent | 8cb636b1a181cc2c644ce5a03b4efa464c2c6348 (diff) |
ASoC: generic: 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')
-rw-r--r-- | sound/soc/generic/simple-card.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/generic/simple-card.c b/sound/soc/generic/simple-card.c index d1b7293c133e..df77772e9dff 100644 --- a/sound/soc/generic/simple-card.c +++ b/sound/soc/generic/simple-card.c | |||
@@ -590,7 +590,6 @@ MODULE_DEVICE_TABLE(of, asoc_simple_of_match); | |||
590 | static struct platform_driver asoc_simple_card = { | 590 | static struct platform_driver asoc_simple_card = { |
591 | .driver = { | 591 | .driver = { |
592 | .name = "asoc-simple-card", | 592 | .name = "asoc-simple-card", |
593 | .owner = THIS_MODULE, | ||
594 | .of_match_table = asoc_simple_of_match, | 593 | .of_match_table = asoc_simple_of_match, |
595 | }, | 594 | }, |
596 | .probe = asoc_simple_card_probe, | 595 | .probe = asoc_simple_card_probe, |