diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 18:22:05 +0400 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 18:22:05 +0400 |
commit | d0052ec305893d6eb25ac31c1ca8cc895c5b108a (patch) | |
tree | 0e12719ce6eea473d963abedb4b810763f9f6f2a /sound/soc/cirrus/ep93xx-i2s.c | |
parent | 3316fd2554b717904e979eb13cd3cdd95a66f0c5 (diff) | |
download | linux-d0052ec305893d6eb25ac31c1ca8cc895c5b108a.tar.xz |
ASoC: cirrus: 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/cirrus/ep93xx-i2s.c')
-rw-r--r-- | sound/soc/cirrus/ep93xx-i2s.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/cirrus/ep93xx-i2s.c b/sound/soc/cirrus/ep93xx-i2s.c index 943145f9d1b6..934f8aefdd90 100644 --- a/sound/soc/cirrus/ep93xx-i2s.c +++ b/sound/soc/cirrus/ep93xx-i2s.c @@ -451,7 +451,6 @@ static struct platform_driver ep93xx_i2s_driver = { .remove = ep93xx_i2s_remove, .driver = { .name = "ep93xx-i2s", - .owner = THIS_MODULE, }, }; |