x86: time_64.c timer_interrupt() should be static
Impact: cleanup, reduce kernel size a bit Signed-off-by: Jaswinder Singh <jaswinder@infradead.org> Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
fde9071167
commit
57a37505d1
@ -49,7 +49,7 @@ unsigned long profile_pc(struct pt_regs *regs)
|
||||
}
|
||||
EXPORT_SYMBOL(profile_pc);
|
||||
|
||||
irqreturn_t timer_interrupt(int irq, void *dev_id)
|
||||
static irqreturn_t timer_interrupt(int irq, void *dev_id)
|
||||
{
|
||||
add_pda(irq0_irqs, 1);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user