Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 189077
b: refs/heads/master
c: 860652b
h: refs/heads/master
i:
  189075: 2f6f41a
v: v3
  • Loading branch information
Henrik Kretzschmar authored and Thomas Gleixner committed Mar 24, 2010
1 parent ccbd6e1 commit 8b87746
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cc8c3b78433222e5dbc1fdfcfdde29e1743f181a
refs/heads/master: 860652bfb890bd861c999ec39fcffabe5b712f85
4 changes: 2 additions & 2 deletions trunk/kernel/irq/chip.c
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,7 @@ set_irq_chip_and_handler_name(unsigned int irq, struct irq_chip *chip,
__set_irq_handler(irq, handle, 0, name);
}

void __init set_irq_noprobe(unsigned int irq)
void set_irq_noprobe(unsigned int irq)
{
struct irq_desc *desc = irq_to_desc(irq);
unsigned long flags;
Expand All @@ -744,7 +744,7 @@ void __init set_irq_noprobe(unsigned int irq)
raw_spin_unlock_irqrestore(&desc->lock, flags);
}

void __init set_irq_probe(unsigned int irq)
void set_irq_probe(unsigned int irq)
{
struct irq_desc *desc = irq_to_desc(irq);
unsigned long flags;
Expand Down

0 comments on commit 8b87746

Please sign in to comment.