Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 60a3f737 authored by Tudor Ambarus's avatar Tudor Ambarus Committed by Herbert Xu
Browse files

crypto: caam - remove unused variables in caam_drv_private

parent bcde1f78
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -444,7 +444,6 @@ static int caam_probe(struct platform_device *pdev)

	dev = &pdev->dev;
	dev_set_drvdata(dev, ctrlpriv);
	ctrlpriv->pdev = pdev;
	nprop = pdev->dev.of_node;

	/* Enable clocking */
+0 −3
Original line number Diff line number Diff line
@@ -64,12 +64,9 @@ struct caam_drv_private_jr {
 * Driver-private storage for a single CAAM block instance
 */
struct caam_drv_private {

	struct device *dev;
#ifdef CONFIG_CAAM_QI
	struct device *qidev;
#endif
	struct platform_device *pdev;

	/* Physical-presence section */
	struct caam_ctrl __iomem *ctrl; /* controller region */