]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/crypto/caam/intern.h
Merge branch 'timers/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip...
[karo-tx-linux.git] / drivers / crypto / caam / intern.h
index a34be01b0b293941b3e5cae998664d615dee92ef..5cd4c1b268a1ec18c4d81d3eee0004a59eba5a36 100644 (file)
@@ -43,7 +43,7 @@ struct caam_drv_private_jr {
        struct device *parentdev;       /* points back to controller dev */
        int ridx;
        struct caam_job_ring __iomem *rregs;    /* JobR's register space */
-       struct tasklet_struct irqtask[NR_CPUS];
+       struct tasklet_struct irqtask;
        int irq;                        /* One per queue */
        int assign;                     /* busy/free */
 
@@ -86,10 +86,10 @@ struct caam_drv_private {
 
        /* which jr allocated to scatterlist crypto */
        atomic_t tfm_count ____cacheline_aligned;
-       int num_jrs_for_algapi;
-       struct device **algapi_jr;
        /* list of registered crypto algorithms (mk generic context handle?) */
        struct list_head alg_list;
+       /* list of registered hash algorithms (mk generic context handle?) */
+       struct list_head hash_list;
 
        /*
         * debugfs entries for developer view into driver/device