diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2007-06-28 23:56:24 -0400 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2007-06-29 02:58:48 -0400 |
commit | cf1d8a8a7b6616fbfd14f2d4646024f4ff1c3c8b (patch) | |
tree | e2a965d055f1fc4b8acf4f833a15e44632341d6a /arch/powerpc/kernel/pci-common.c | |
parent | a4c9e328279d55622d56507629d6b8942e8cc9c9 (diff) |
[POWERPC] Add copyright header to pci-common.c based on pci_{32,64}.c
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/kernel/pci-common.c')
-rw-r--r-- | arch/powerpc/kernel/pci-common.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/powerpc/kernel/pci-common.c b/arch/powerpc/kernel/pci-common.c index 295cbb18a4f2..faf5ef3e90d0 100644 --- a/arch/powerpc/kernel/pci-common.c +++ b/arch/powerpc/kernel/pci-common.c | |||
@@ -1,5 +1,14 @@ | |||
1 | /* | 1 | /* |
2 | * Contains common pci routines for ALL ppc platform | 2 | * Contains common pci routines for ALL ppc platform |
3 | * (based on pci_32.c and pci_64.c) | ||
4 | * | ||
5 | * Port for PPC64 David Engebretsen, IBM Corp. | ||
6 | * Contains common pci routines for ppc64 platform, pSeries and iSeries brands. | ||
7 | * | ||
8 | * Copyright (C) 2003 Anton Blanchard <anton@au.ibm.com>, IBM | ||
9 | * Rework, based on alpha PCI code. | ||
10 | * | ||
11 | * Common pmac/prep/chrp pci routines. -- Cort | ||
3 | * | 12 | * |
4 | * This program is free software; you can redistribute it and/or | 13 | * This program is free software; you can redistribute it and/or |
5 | * modify it under the terms of the GNU General Public License | 14 | * modify it under the terms of the GNU General Public License |