diff options
| author | Al Viro <viro@www.linux.org.uk> | 2005-08-23 17:48:22 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-08-23 21:43:46 -0400 |
| commit | 17566c3c5ed3ea8f941a135cf960387214c4f6ac (patch) | |
| tree | 6c00d5dbe93288439c54c4635326c13723588943 /drivers | |
| parent | 8032230694ec56c168a1404c67a54d281536cbed (diff) | |
[PATCH] s390 __CHECKER__ ifdefs
remove the bogus games with explicit ifdefs on __CHECKER__
Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/s390/crypto/z90crypt.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/s390/crypto/z90crypt.h b/drivers/s390/crypto/z90crypt.h index 82a1d97001d7..0a3bb5a10dd4 100644 --- a/drivers/s390/crypto/z90crypt.h +++ b/drivers/s390/crypto/z90crypt.h | |||
| @@ -36,15 +36,6 @@ | |||
| 36 | #define z90crypt_VARIANT 2 // 2 = added PCIXCC MCL3 and CEX2C support | 36 | #define z90crypt_VARIANT 2 // 2 = added PCIXCC MCL3 and CEX2C support |
| 37 | 37 | ||
| 38 | /** | 38 | /** |
| 39 | * If we are not using the sparse checker, __user has no use. | ||
| 40 | */ | ||
| 41 | #ifdef __CHECKER__ | ||
| 42 | # define __user __attribute__((noderef, address_space(1))) | ||
| 43 | #else | ||
| 44 | # define __user | ||
| 45 | #endif | ||
| 46 | |||
| 47 | /** | ||
| 48 | * struct ica_rsa_modexpo | 39 | * struct ica_rsa_modexpo |
| 49 | * | 40 | * |
| 50 | * Requirements: | 41 | * Requirements: |
