[SPARC]: Convert clock drivers to of_driver framework.

Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
David S. Miller 2006-06-29 14:36:52 -07:00 committed by David S. Miller
parent 36a59bd89c
commit ee5caf0ee1
4 changed files with 103 additions and 274 deletions

View file

@ -307,7 +307,6 @@ static void __init pci_scan_each_controller_bus(void)
p->scan_bus(p);
}
extern void clock_probe(void);
extern void power_init(void);
static int __init pcibios_init(void)
@ -320,7 +319,6 @@ static int __init pcibios_init(void)
isa_init();
ebus_init();
clock_probe();
power_init();
return 0;