mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-26 08:31:13 +00:00
[SPARC]: Convert clock drivers to of_driver framework.
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
36a59bd89c
commit
ee5caf0ee1
4 changed files with 103 additions and 274 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue