summaryrefslogtreecommitdiffstats
path: root/crypto/userspace/ncr-int.h
diff options
context:
space:
mode:
authorMiloslav Trmač <mitr@redhat.com>2010-08-08 02:47:26 +0200
committerMiloslav Trmač <mitr@redhat.com>2010-08-08 02:47:26 +0200
commitca1f42282167031868fc1b72512c2d5c49bceb99 (patch)
tree174862541920512f4798e66a465b2bd88cc6753a /crypto/userspace/ncr-int.h
parente7f1c4b12cbb143e9b6d1cdd0f1ec9a7725b4cac (diff)
parentd465b18ea8d04ae3fce2e27016de8d3cdcc571e2 (diff)
downloadkernel-crypto-ca1f42282167031868fc1b72512c2d5c49bceb99.tar.gz
kernel-crypto-ca1f42282167031868fc1b72512c2d5c49bceb99.tar.xz
kernel-crypto-ca1f42282167031868fc1b72512c2d5c49bceb99.zip
Merge branch 'standalone-rename' into userspace-crypto
Conflicts: crypto/userspace/cryptodev_main.c crypto/userspace/ncr-dh.c crypto/userspace/ncr-key-storage.c crypto/userspace/ncr-key-wrap.c crypto/userspace/ncr-key.c crypto/userspace/ncr-pk.c crypto/userspace/ncr-sessions.c crypto/userspace/ncr.c include/linux/cryptodev.h include/linux/ncr.h
Diffstat (limited to 'crypto/userspace/ncr-int.h')
-rw-r--r--crypto/userspace/ncr-int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/userspace/ncr-int.h b/crypto/userspace/ncr-int.h
index c93bf4d8290..fdc0200a931 100644
--- a/crypto/userspace/ncr-int.h
+++ b/crypto/userspace/ncr-int.h
@@ -48,7 +48,7 @@ struct session_item_st {
struct page **pages;
unsigned array_size;
unsigned available_pages;
- struct semaphore mem_mutex; /* down when the
+ struct mutex mem_mutex; /* down when the
* values above are changed.
*/