mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
sparc32: introduce sparc_irq_config
sparc_irq_config is used to hold the platform specific irq setup. Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
a2a211cb55
commit
bbdc2661ea
7 changed files with 25 additions and 18 deletions
|
@ -219,7 +219,7 @@ static void __init sbus_time_init(void)
|
|||
|
||||
btfixup();
|
||||
|
||||
sparc_init_timers(timer_interrupt);
|
||||
sparc_irq_config.init_timers(timer_interrupt);
|
||||
}
|
||||
|
||||
void __init time_init(void)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue