sparc32: rename sparc_irq_config to sparc_config
This struct holds platform specific config and is thus not limited to irq stuff. Do not let the name confuse us to think this is irq only. Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
78b7e3d02d
commit
472bc4f2ad
@@ -494,8 +494,8 @@ void leon_enable_irq_cpu(unsigned int irq_nr, unsigned int cpu)
|
||||
|
||||
void __init leon_init_IRQ(void)
|
||||
{
|
||||
sparc_irq_config.init_timers = leon_init_timers;
|
||||
sparc_irq_config.build_device_irq = _leon_build_device_irq;
|
||||
sparc_config.init_timers = leon_init_timers;
|
||||
sparc_config.build_device_irq = _leon_build_device_irq;
|
||||
|
||||
BTFIXUPSET_CALL(clear_clock_irq, leon_clear_clock_irq,
|
||||
BTFIXUPCALL_NORM);
|
||||
|
Reference in New Issue
Block a user