mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-06 06:37:59 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue