OSDN Git Service

crypto: drop owner assignment from platform_drivers
[uclinux-h8/linux.git] / drivers / crypto / mv_cesa.c
index 032c72c..f91f15d 100644 (file)
@@ -1180,7 +1180,6 @@ static struct platform_driver marvell_crypto = {
        .probe          = mv_probe,
        .remove         = mv_remove,
        .driver         = {
-               .owner  = THIS_MODULE,
                .name   = "mv_crypto",
                .of_match_table = mv_cesa_of_match_table,
        },