diff options
author | David S. Miller <davem@davemloft.net> | 2008-08-30 05:50:29 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-08-30 05:50:29 -0400 |
commit | 3822b50964d6702b7d8ba18ffd132d4bf786a17e (patch) | |
tree | 577c4234ddb62b0805793c5707a54196c0c2d47b /arch/sparc64/kernel/pci.c | |
parent | 6d19c88f53bb3471a15152ea4fbdbebd36c0046c (diff) |
sparc64: Convert SUN4V 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 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/sparc64/kernel/pci.c b/arch/sparc64/kernel/pci.c index 73f1d42d486..445f5882546 100644 --- a/arch/sparc64/kernel/pci.c +++ b/arch/sparc64/kernel/pci.c | |||
@@ -167,7 +167,6 @@ void pci_config_write32(u32 *addr, u32 val) | |||
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 *); | 169 | extern void psycho_init(struct device_node *, const char *); |
170 | extern void sun4v_pci_init(struct device_node *, const char *); | ||
171 | extern void fire_pci_init(struct device_node *, const char *); | 170 | extern void fire_pci_init(struct device_node *, const char *); |
172 | 171 | ||
173 | static struct { | 172 | static struct { |
@@ -179,7 +178,6 @@ static struct { | |||
179 | { "pci108e,a001", sabre_init }, | 178 | { "pci108e,a001", sabre_init }, |
180 | { "SUNW,psycho", psycho_init }, | 179 | { "SUNW,psycho", psycho_init }, |
181 | { "pci108e,8000", psycho_init }, | 180 | { "pci108e,8000", psycho_init }, |
182 | { "SUNW,sun4v-pci", sun4v_pci_init }, | ||
183 | { "pciex108e,80f0", fire_pci_init }, | 181 | { "pciex108e,80f0", fire_pci_init }, |
184 | }; | 182 | }; |
185 | #define PCI_NUM_CONTROLLER_TYPES ARRAY_SIZE(pci_controller_table) | 183 | #define PCI_NUM_CONTROLLER_TYPES ARRAY_SIZE(pci_controller_table) |