Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
[firefly-linux-kernel-4.4.55.git] / crypto / cryptd.c
index 704c141153236917288ee7a09c12ce8b037754d8..ef71318976c730c109ee2adc15a1f5cc5cabb705 100644 (file)
@@ -31,7 +31,7 @@ struct cryptd_cpu_queue {
 };
 
 struct cryptd_queue {
-       struct cryptd_cpu_queue *cpu_queue;
+       struct cryptd_cpu_queue __percpu *cpu_queue;
 };
 
 struct cryptd_instance_ctx {