diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 18:20:56 +0400 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 18:20:56 +0400 |
commit | bb0d20e79490aad989e6c85fedf46781b8d1e3ba (patch) | |
tree | 91417b759dbe11f788ac4cd5f4db3ddd06fa4641 /drivers/mmc/host/usdhi6rol0.c | |
parent | 17149e4c863c9696f3ee6fa27954f3087acdefd3 (diff) | |
download | linux-bb0d20e79490aad989e6c85fedf46781b8d1e3ba.tar.xz |
mmc: host: 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 'drivers/mmc/host/usdhi6rol0.c')
-rw-r--r-- | drivers/mmc/host/usdhi6rol0.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mmc/host/usdhi6rol0.c b/drivers/mmc/host/usdhi6rol0.c index f0a39eb049af..54b082b1804a 100644 --- a/drivers/mmc/host/usdhi6rol0.c +++ b/drivers/mmc/host/usdhi6rol0.c @@ -1834,7 +1834,6 @@ static struct platform_driver usdhi6_driver = { .remove = usdhi6_remove, .driver = { .name = "usdhi6rol0", - .owner = THIS_MODULE, .of_match_table = usdhi6_of_match, }, }; |