]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - drivers/crypto/img-hash.c
crypto: img-hash - remove unnecessary static in img_hash_remove()
[mirror_ubuntu-bionic-kernel.git] / drivers / crypto / img-hash.c
index 0c6a917a9ab80eaa4f9771a22126be2909de77ee..b87000a0a01cb1268d391afc9c884f8b8ae851e7 100644 (file)
@@ -1054,7 +1054,7 @@ res_err:
 
 static int img_hash_remove(struct platform_device *pdev)
 {
-       static struct img_hash_dev *hdev;
+       struct img_hash_dev *hdev;
 
        hdev = platform_get_drvdata(pdev);
        spin_lock(&img_hash.lock);