aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/mv_cesa.c
diff options
context:
space:
mode:
authorWolfram Sang <wsa@the-dreams.de>2014-10-20 10:20:25 -0400
committerWolfram Sang <wsa@the-dreams.de>2014-10-20 10:20:25 -0400
commit5573bc03c63e4be7de501a91cca2acc5a44ec4dd (patch)
tree47e2a961f5c03fdf9bd1f3cb28b18a70f4ac277e /drivers/crypto/mv_cesa.c
parentc6ec883212a9f7a341c16dc141e41c40b2b2c238 (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/mv_cesa.c')
-rw-r--r--drivers/crypto/mv_cesa.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/crypto/mv_cesa.c b/drivers/crypto/mv_cesa.c
index 032c72c1f953..f91f15ddee92 100644
--- a/drivers/crypto/mv_cesa.c
+++ b/drivers/crypto/mv_cesa.c
@@ -1180,7 +1180,6 @@ static struct platform_driver marvell_crypto = {
1180 .probe = mv_probe, 1180 .probe = mv_probe,
1181 .remove = mv_remove, 1181 .remove = mv_remove,
1182 .driver = { 1182 .driver = {
1183 .owner = THIS_MODULE,
1184 .name = "mv_crypto", 1183 .name = "mv_crypto",
1185 .of_match_table = mv_cesa_of_match_table, 1184 .of_match_table = mv_cesa_of_match_table,
1186 }, 1185 },