aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/crypto/zcrypt_cex2a.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/s390/crypto/zcrypt_cex2a.c')
-rw-r--r--drivers/s390/crypto/zcrypt_cex2a.c4
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
67MODULE_DEVICE_TABLE(ap, zcrypt_cex2a_ids); 66MODULE_DEVICE_TABLE(ap, zcrypt_cex2a_ids);
68MODULE_AUTHOR("IBM Corporation"); 67MODULE_AUTHOR("IBM Corporation");
69MODULE_DESCRIPTION("CEX2A Cryptographic Coprocessor device driver, " 68MODULE_DESCRIPTION("CEX2A Cryptographic Coprocessor device driver, "
70 "Copyright 2001, 2006 IBM Corporation"); 69 "Copyright 2001, 2006 IBM Corporation");
71MODULE_LICENSE("GPL"); 70MODULE_LICENSE("GPL");
72#endif
73 71
74static int zcrypt_cex2a_probe(struct ap_device *ap_dev); 72static int zcrypt_cex2a_probe(struct ap_device *ap_dev);
75static void zcrypt_cex2a_remove(struct ap_device *ap_dev); 73static 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
500module_init(zcrypt_cex2a_init); 497module_init(zcrypt_cex2a_init);
501module_exit(zcrypt_cex2a_exit); 498module_exit(zcrypt_cex2a_exit);
502#endif