diff options
author | David S. Miller <davem@davemloft.net> | 2008-08-30 06:13:20 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-08-30 06:13:20 -0400 |
commit | b20bfe41badcbf38512fbe1118fe2e0817098e77 (patch) | |
tree | dd4e8aa8de3113af6c265c58f6f015870ed84ddd /arch/sparc64/kernel/pci.c | |
parent | 3822b50964d6702b7d8ba18ffd132d4bf786a17e (diff) |
sparc64: Convert PSYCHO PCI controller driver into a real driver.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc64/kernel/pci.c')
-rw-r--r-- | arch/sparc64/kernel/pci.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/sparc64/kernel/pci.c b/arch/sparc64/kernel/pci.c index 445f5882546f..c66c9bbc975a 100644 --- a/arch/sparc64/kernel/pci.c +++ b/arch/sparc64/kernel/pci.c | |||
@@ -166,7 +166,6 @@ void pci_config_write32(u32 *addr, u32 val) | |||
166 | 166 | ||
167 | /* Probe for all PCI controllers in the system. */ | 167 | /* Probe for all PCI controllers in the system. */ |
168 | extern void sabre_init(struct device_node *, const char *); | 168 | extern void sabre_init(struct device_node *, const char *); |
169 | extern void psycho_init(struct device_node *, const char *); | ||
170 | extern void fire_pci_init(struct device_node *, const char *); | 169 | extern void fire_pci_init(struct device_node *, const char *); |
171 | 170 | ||
172 | static struct { | 171 | static struct { |
@@ -176,8 +175,6 @@ static struct { | |||
176 | { "SUNW,sabre", sabre_init }, | 175 | { "SUNW,sabre", sabre_init }, |
177 | { "pci108e,a000", sabre_init }, | 176 | { "pci108e,a000", sabre_init }, |
178 | { "pci108e,a001", sabre_init }, | 177 | { "pci108e,a001", sabre_init }, |
179 | { "SUNW,psycho", psycho_init }, | ||
180 | { "pci108e,8000", psycho_init }, | ||
181 | { "pciex108e,80f0", fire_pci_init }, | 178 | { "pciex108e,80f0", fire_pci_init }, |
182 | }; | 179 | }; |
183 | #define PCI_NUM_CONTROLLER_TYPES ARRAY_SIZE(pci_controller_table) | 180 | #define PCI_NUM_CONTROLLER_TYPES ARRAY_SIZE(pci_controller_table) |