Skip to content

Commit

Permalink
irq: fix typo
Browse files Browse the repository at this point in the history
Impact: build fix

fix build failure on UP.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Ingo Molnar committed Nov 9, 2008
1 parent 6c2e940 commit f131e24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/irq/manage.c
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ int irq_select_affinity_usr(unsigned int irq)
}

#else
static inline int do_select_irq_affinity(int irq, struct irq_desc *desc)
static inline int do_irq_select_affinity(int irq, struct irq_desc *desc)
{
return 0;
}
Expand Down

0 comments on commit f131e24

Please sign in to comment.