diff options
author | Paul Mackerras <paulus@samba.org> | 2005-10-12 00:43:32 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2005-10-12 00:43:32 -0400 |
commit | b6ec995a21a9428aef620b5adf46d047a18d88b8 (patch) | |
tree | 6719121e6605cbca524b687f47336b9bbf3b8d41 /arch/powerpc/platforms | |
parent | 3a5f8c5f788d68e325d9fe3c26f4df5a5aee838a (diff) | |
parent | da64c6ee6bb71bfb3f09d9bb89ce1aa4b1ee7e89 (diff) |
Merge from Linus' tree
Diffstat (limited to 'arch/powerpc/platforms')
-rw-r--r-- | arch/powerpc/platforms/pseries/pci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/platforms/pseries/pci.c b/arch/powerpc/platforms/pseries/pci.c index 2dd477eb1c53..c198656a3bb5 100644 --- a/arch/powerpc/platforms/pseries/pci.c +++ b/arch/powerpc/platforms/pseries/pci.c | |||
@@ -31,7 +31,7 @@ | |||
31 | #include <asm/prom.h> | 31 | #include <asm/prom.h> |
32 | #include <asm/ppc-pci.h> | 32 | #include <asm/ppc-pci.h> |
33 | 33 | ||
34 | static int __initdata s7a_workaround = -1; | 34 | static int __devinitdata s7a_workaround = -1; |
35 | 35 | ||
36 | #if 0 | 36 | #if 0 |
37 | void pcibios_name_device(struct pci_dev *dev) | 37 | void pcibios_name_device(struct pci_dev *dev) |
@@ -59,7 +59,7 @@ void pcibios_name_device(struct pci_dev *dev) | |||
59 | DECLARE_PCI_FIXUP_HEADER(PCI_ANY_ID, PCI_ANY_ID, pcibios_name_device); | 59 | DECLARE_PCI_FIXUP_HEADER(PCI_ANY_ID, PCI_ANY_ID, pcibios_name_device); |
60 | #endif | 60 | #endif |
61 | 61 | ||
62 | static void __init check_s7a(void) | 62 | static void __devinit check_s7a(void) |
63 | { | 63 | { |
64 | struct device_node *root; | 64 | struct device_node *root; |
65 | char *model; | 65 | char *model; |