summaryrefslogtreecommitdiffstats
path: root/drivers/s390/crypto/z90common.h
diff options
context:
space:
mode:
authorEric Rossman2005-09-04 00:58:03 +0200
committerLinus Torvalds2005-09-05 09:06:29 +0200
commit2dee702fcb197d80c1a94650fb611539dd8135ce (patch)
tree86ca24687aa6d8d6a4bd09c3cc63cd4c4475e19a /drivers/s390/crypto/z90common.h
parent[PATCH] s390: pfault interrupt race (diff)
downloadkernel-qcow2-linux-2dee702fcb197d80c1a94650fb611539dd8135ce.tar.gz
kernel-qcow2-linux-2dee702fcb197d80c1a94650fb611539dd8135ce.tar.xz
kernel-qcow2-linux-2dee702fcb197d80c1a94650fb611539dd8135ce.zip
[PATCH] s390: crypto driver update
crypto device driver update: - Suppress syslog messages for some return codes. - Fix incorrect bounds checking in /proc interface. - Remove hotplug calls. - Remove linux version checks. - Remove device workqueue on module unload. Signed-off-by: Eric Rossman <edrossma@us.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/s390/crypto/z90common.h')
-rw-r--r--drivers/s390/crypto/z90common.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/s390/crypto/z90common.h b/drivers/s390/crypto/z90common.h
index bcabac7a7c46..e319e78b5ea2 100644
--- a/drivers/s390/crypto/z90common.h
+++ b/drivers/s390/crypto/z90common.h
@@ -27,7 +27,7 @@
#ifndef _Z90COMMON_H_
#define _Z90COMMON_H_
-#define VERSION_Z90COMMON_H "$Revision: 1.16 $"
+#define VERSION_Z90COMMON_H "$Revision: 1.17 $"
#define RESPBUFFSIZE 256
@@ -164,5 +164,4 @@ struct CPRBX {
#define UMIN(a,b) ((a) < (b) ? (a) : (b))
#define IS_EVEN(x) ((x) == (2 * ((x) / 2)))
-
#endif