diff options
-rw-r--r-- | arch/s390/pci/pci.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/arch/s390/pci/pci.c b/arch/s390/pci/pci.c index bc8935d3e5da..7ed38e5e3028 100644 --- a/arch/s390/pci/pci.c +++ b/arch/s390/pci/pci.c | |||
@@ -6,13 +6,13 @@ | |||
6 | * | 6 | * |
7 | * The System z PCI code is a rewrite from a prototype by | 7 | * The System z PCI code is a rewrite from a prototype by |
8 | * the following people (Kudoz!): | 8 | * the following people (Kudoz!): |
9 | * Alexander Schmidt <alexschm@de.ibm.com> | 9 | * Alexander Schmidt |
10 | * Christoph Raisch <raisch@de.ibm.com> | 10 | * Christoph Raisch |
11 | * Hannes Hering <hering2@de.ibm.com> | 11 | * Hannes Hering |
12 | * Hoang-Nam Nguyen <hnguyen@de.ibm.com> | 12 | * Hoang-Nam Nguyen |
13 | * Jan-Bernd Themann <themann@de.ibm.com> | 13 | * Jan-Bernd Themann |
14 | * Stefan Roscher <stefan.roscher@de.ibm.com> | 14 | * Stefan Roscher |
15 | * Thomas Klein <tklein@de.ibm.com> | 15 | * Thomas Klein |
16 | */ | 16 | */ |
17 | 17 | ||
18 | #define COMPONENT "zPCI" | 18 | #define COMPONENT "zPCI" |