diff options
Diffstat (limited to 'drivers/s390/crypto/zcrypt_cex2a.c')
| -rw-r--r-- | drivers/s390/crypto/zcrypt_cex2a.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/s390/crypto/zcrypt_cex2a.c b/drivers/s390/crypto/zcrypt_cex2a.c index da171b5f3996..084286728166 100644 --- a/drivers/s390/crypto/zcrypt_cex2a.c +++ b/drivers/s390/crypto/zcrypt_cex2a.c | |||
| @@ -63,13 +63,11 @@ static struct ap_device_id zcrypt_cex2a_ids[] = { | |||
| 63 | { /* end of list */ }, | 63 | { /* end of list */ }, |
| 64 | }; | 64 | }; |
| 65 | 65 | ||
| 66 | #ifndef CONFIG_ZCRYPT_MONOLITHIC | ||
| 67 | MODULE_DEVICE_TABLE(ap, zcrypt_cex2a_ids); | 66 | MODULE_DEVICE_TABLE(ap, zcrypt_cex2a_ids); |
| 68 | MODULE_AUTHOR("IBM Corporation"); | 67 | MODULE_AUTHOR("IBM Corporation"); |
| 69 | MODULE_DESCRIPTION("CEX2A Cryptographic Coprocessor device driver, " | 68 | MODULE_DESCRIPTION("CEX2A Cryptographic Coprocessor device driver, " |
| 70 | "Copyright 2001, 2006 IBM Corporation"); | 69 | "Copyright 2001, 2006 IBM Corporation"); |
| 71 | MODULE_LICENSE("GPL"); | 70 | MODULE_LICENSE("GPL"); |
| 72 | #endif | ||
| 73 | 71 | ||
| 74 | static int zcrypt_cex2a_probe(struct ap_device *ap_dev); | 72 | static int zcrypt_cex2a_probe(struct ap_device *ap_dev); |
| 75 | static void zcrypt_cex2a_remove(struct ap_device *ap_dev); | 73 | static void zcrypt_cex2a_remove(struct ap_device *ap_dev); |
| @@ -496,7 +494,5 @@ void __exit zcrypt_cex2a_exit(void) | |||
| 496 | ap_driver_unregister(&zcrypt_cex2a_driver); | 494 | ap_driver_unregister(&zcrypt_cex2a_driver); |
| 497 | } | 495 | } |
| 498 | 496 | ||
| 499 | #ifndef CONFIG_ZCRYPT_MONOLITHIC | ||
| 500 | module_init(zcrypt_cex2a_init); | 497 | module_init(zcrypt_cex2a_init); |
| 501 | module_exit(zcrypt_cex2a_exit); | 498 | module_exit(zcrypt_cex2a_exit); |
| 502 | #endif | ||
