]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/crypto/n2_core.c
crypto: drop owner assignment from platform_drivers
[karo-tx-linux.git] / drivers / crypto / n2_core.c
index f8e3207fecb1c97b3c8fb6dca06b33e01d5f32d8..afd136b45f49b1fa0a933cd4a33412f830298bcb 100644 (file)
@@ -2210,7 +2210,6 @@ MODULE_DEVICE_TABLE(of, n2_crypto_match);
 static struct platform_driver n2_crypto_driver = {
        .driver = {
                .name           =       "n2cp",
-               .owner          =       THIS_MODULE,
                .of_match_table =       n2_crypto_match,
        },
        .probe          =       n2_crypto_probe,
@@ -2238,7 +2237,6 @@ MODULE_DEVICE_TABLE(of, n2_mau_match);
 static struct platform_driver n2_mau_driver = {
        .driver = {
                .name           =       "ncp",
-               .owner          =       THIS_MODULE,
                .of_match_table =       n2_mau_match,
        },
        .probe          =       n2_mau_probe,