diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 16:22:08 +0200 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 16:22:08 +0200 |
commit | ffd35fa74f8ce5db0a980ae5b1d16cb4afe034d6 (patch) | |
tree | 8251a22deed86fe5176ffa9618c92f9e7d521a38 /sound/soc/generic | |
parent | 8cb636b1a181cc2c644ce5a03b4efa464c2c6348 (diff) | |
download | blackbird-obmc-linux-ffd35fa74f8ce5db0a980ae5b1d16cb4afe034d6.tar.gz blackbird-obmc-linux-ffd35fa74f8ce5db0a980ae5b1d16cb4afe034d6.zip |
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/soc/generic')
-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); static struct platform_driver asoc_simple_card = { .driver = { .name = "asoc-simple-card", - .owner = THIS_MODULE, .of_match_table = asoc_simple_of_match, }, .probe = asoc_simple_card_probe, |