diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 16:22:04 +0200 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 16:22:04 +0200 |
commit | ea3bccab077b1cdc41d0aec3183d7260a999777e (patch) | |
tree | bbf891e52ccc368f14071753de3fe8188ebe7d0c /sound/soc/bcm | |
parent | 68db31fc045041a56c9bdbe2e2365eb255b8ec91 (diff) | |
download | op-kernel-dev-ea3bccab077b1cdc41d0aec3183d7260a999777e.zip op-kernel-dev-ea3bccab077b1cdc41d0aec3183d7260a999777e.tar.gz |
ASoC: bcm: 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/bcm')
-rw-r--r-- | sound/soc/bcm/bcm2835-i2s.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/bcm/bcm2835-i2s.c b/sound/soc/bcm/bcm2835-i2s.c index 2685fe4..03fa1cb 100644 --- a/sound/soc/bcm/bcm2835-i2s.c +++ b/sound/soc/bcm/bcm2835-i2s.c @@ -866,7 +866,6 @@ static struct platform_driver bcm2835_i2s_driver = { .probe = bcm2835_i2s_probe, .driver = { .name = "bcm2835-i2s", - .owner = THIS_MODULE, .of_match_table = bcm2835_i2s_of_match, }, }; |