We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcde1f7 commit 60a3f73Copy full SHA for 60a3f73
drivers/crypto/caam/ctrl.c
@@ -444,7 +444,6 @@ static int caam_probe(struct platform_device *pdev)
444
445
dev = &pdev->dev;
446
dev_set_drvdata(dev, ctrlpriv);
447
- ctrlpriv->pdev = pdev;
448
nprop = pdev->dev.of_node;
449
450
/* Enable clocking */
drivers/crypto/caam/intern.h
@@ -64,12 +64,9 @@ struct caam_drv_private_jr {
64
* Driver-private storage for a single CAAM block instance
65
*/
66
struct caam_drv_private {
67
-
68
- struct device *dev;
69
#ifdef CONFIG_CAAM_QI
70
struct device *qidev;
71
#endif
72
- struct platform_device *pdev;
73
74
/* Physical-presence section */
75
struct caam_ctrl __iomem *ctrl; /* controller region */
0 commit comments