diff options
Diffstat (limited to 'drivers/s390/crypto/ap_bus.c')
-rw-r--r-- | drivers/s390/crypto/ap_bus.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/drivers/s390/crypto/ap_bus.c b/drivers/s390/crypto/ap_bus.c index fa5f05c643cb..ae258a4b4e5e 100644 --- a/drivers/s390/crypto/ap_bus.c +++ b/drivers/s390/crypto/ap_bus.c | |||
@@ -1,7 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * linux/drivers/s390/crypto/ap_bus.c | 2 | * Copyright IBM Corp. 2006 |
3 | * | ||
4 | * Copyright (C) 2006 IBM Corporation | ||
5 | * Author(s): Cornelia Huck <cornelia.huck@de.ibm.com> | 3 | * Author(s): Cornelia Huck <cornelia.huck@de.ibm.com> |
6 | * Martin Schwidefsky <schwidefsky@de.ibm.com> | 4 | * Martin Schwidefsky <schwidefsky@de.ibm.com> |
7 | * Ralph Wuerthner <rwuerthn@de.ibm.com> | 5 | * Ralph Wuerthner <rwuerthn@de.ibm.com> |
@@ -70,7 +68,7 @@ static int ap_select_domain(void); | |||
70 | */ | 68 | */ |
71 | MODULE_AUTHOR("IBM Corporation"); | 69 | MODULE_AUTHOR("IBM Corporation"); |
72 | MODULE_DESCRIPTION("Adjunct Processor Bus driver, " | 70 | MODULE_DESCRIPTION("Adjunct Processor Bus driver, " |
73 | "Copyright 2006 IBM Corporation"); | 71 | "Copyright IBM Corp. 2006"); |
74 | MODULE_LICENSE("GPL"); | 72 | MODULE_LICENSE("GPL"); |
75 | 73 | ||
76 | /* | 74 | /* |