diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 16:20:25 +0200 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 16:20:25 +0200 |
commit | 5573bc03c63e4be7de501a91cca2acc5a44ec4dd (patch) | |
tree | 47e2a961f5c03fdf9bd1f3cb28b18a70f4ac277e /drivers/crypto/mxs-dcp.c | |
parent | c6ec883212a9f7a341c16dc141e41c40b2b2c238 (diff) |
crypto: 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/crypto/mxs-dcp.c')
-rw-r--r-- | drivers/crypto/mxs-dcp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/crypto/mxs-dcp.c b/drivers/crypto/mxs-dcp.c index b5f7e6db24d4..829d6394fb33 100644 --- a/drivers/crypto/mxs-dcp.c +++ b/drivers/crypto/mxs-dcp.c @@ -1090,7 +1090,6 @@ static struct platform_driver mxs_dcp_driver = { .remove = mxs_dcp_remove, .driver = { .name = "mxs-dcp", - .owner = THIS_MODULE, .of_match_table = mxs_dcp_dt_ids, }, }; |