x86, irq: Make UP version of irq_complete_move() an inline stub
No point for having an empty real function. Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:
@@ -452,8 +452,6 @@ void irq_force_complete_move(int irq)
|
||||
|
||||
__irq_complete_move(cfg, cfg->vector);
|
||||
}
|
||||
#else
|
||||
void irq_complete_move(struct irq_cfg *cfg) { }
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user