diff options
author | David S. Miller <davem@sunset.davemloft.net> | 2006-06-24 01:46:49 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-06-24 02:16:21 -0400 |
commit | b5ba0740f852f4ad86ba7f21267bc77027d60703 (patch) | |
tree | efdcf4d668dd3b65ca1ef9f2898134ff4122da62 /arch/sparc64/kernel/ebus.c | |
parent | 4f62d158a32d9f470377a7bd6dcb797b42afe5f3 (diff) |
[SPARC64]: Make auxio a real driver.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc64/kernel/ebus.c')
-rw-r--r-- | arch/sparc64/kernel/ebus.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/sparc64/kernel/ebus.c b/arch/sparc64/kernel/ebus.c index b390a2f3a15e..98e0a8cbeecd 100644 --- a/arch/sparc64/kernel/ebus.c +++ b/arch/sparc64/kernel/ebus.c | |||
@@ -269,10 +269,6 @@ EXPORT_SYMBOL(ebus_dma_enable); | |||
269 | 269 | ||
270 | struct linux_ebus *ebus_chain = NULL; | 270 | struct linux_ebus *ebus_chain = NULL; |
271 | 271 | ||
272 | #ifdef CONFIG_SUN_AUXIO | ||
273 | extern void auxio_probe(void); | ||
274 | #endif | ||
275 | |||
276 | static inline void *ebus_alloc(size_t size) | 272 | static inline void *ebus_alloc(size_t size) |
277 | { | 273 | { |
278 | void *mem; | 274 | void *mem; |
@@ -630,8 +626,4 @@ void __init ebus_init(void) | |||
630 | ++num_ebus; | 626 | ++num_ebus; |
631 | } | 627 | } |
632 | pci_dev_put(pdev); /* XXX for the case, when ebusnd is 0, is it OK? */ | 628 | pci_dev_put(pdev); /* XXX for the case, when ebusnd is 0, is it OK? */ |
633 | |||
634 | #ifdef CONFIG_SUN_AUXIO | ||
635 | auxio_probe(); | ||
636 | #endif | ||
637 | } | 629 | } |