summaryrefslogtreecommitdiff
path: root/drivers/crypto/caam/intern.h
diff options
context:
space:
mode:
authorNitesh Lal <NiteshNarayanLal@freescale.com>2014-03-19 09:18:57 (GMT)
committerJose Rivera <German.Rivera@freescale.com>2014-03-21 13:48:23 (GMT)
commit8fd31707132a306bea84c577be68c8553d765aa5 (patch)
tree303a9ebbacd6b727efa2d38e1431d5b1fa0c7fab /drivers/crypto/caam/intern.h
parentc274f4acdd7ecd2a260075353e44a58dddbe46a2 (diff)
downloadlinux-fsl-qoriq-8fd31707132a306bea84c577be68c8553d765aa5.tar.xz
crypto: caam - Enabled QI Support for SEC
At the time of merging few changes required for enabling QI support were missed. This patch adds those missing changes and hence enables QI support for SEC. Signed-off-by: Nitesh Lal <NiteshNarayanLal@freescale.com> Change-Id: I190ed1452317cb1f70faaf85f8a69be0a0c5a376 Reviewed-on: http://git.am.freescale.net:8181/9922 Tested-by: Review Code-CDREVIEW <CDREVIEW@freescale.com> Reviewed-by: Ruchika Gupta <ruchika.gupta@freescale.com> Reviewed-by: Jose Rivera <German.Rivera@freescale.com>
Diffstat (limited to 'drivers/crypto/caam/intern.h')
-rw-r--r--drivers/crypto/caam/intern.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/crypto/caam/intern.h b/drivers/crypto/caam/intern.h
index 4ca6722..2fc6f37 100644
--- a/drivers/crypto/caam/intern.h
+++ b/drivers/crypto/caam/intern.h
@@ -70,6 +70,9 @@ struct caam_drv_private {
struct device *dev;
struct platform_device **jrpdev; /* Alloc'ed array per sub-device */
+#ifdef CONFIG_FSL_QMAN
+ struct device *qidev;
+#endif
struct platform_device *pdev;
/* Physical-presence section */