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:
Sam Ravnborg 2011-02-25 23:00:19 -08:00 committed by David S. Miller
parent a2a211cb55
commit bbdc2661ea
7 changed files with 25 additions and 18 deletions

View file

@ -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)