From: Pranith Kumar Date: Thu, 13 Nov 2014 19:24:07 +0000 (-0500) Subject: crypto: caam - Remove unnecessary smp_read_barrier_depends() X-Git-Tag: omap-for-v3.20/drop-legacy-3517~96^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ba2a8b4d80a864a02d5d6898ae54f9d45afbb33;p=pandora-kernel.git crypto: caam - Remove unnecessary smp_read_barrier_depends() Recently lockless_dereference() was added which can be used in place of hard-coding smp_read_barrier_depends(). The following PATCH makes the change. Signed-off-by: Pranith Kumar Reviewed-by: Kim Phillips Signed-off-by: Herbert Xu --- Reading git-diff-tree failed