Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 135790
b: refs/heads/master
c: eb53b4e
h: refs/heads/master
v: v3
  • Loading branch information
Magnus Damm authored and Ingo Molnar committed Mar 12, 2009
1 parent 0972502 commit bf86298
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cbf94f06824780183e4bba165c7c29d5c7bd9a51
refs/heads/master: eb53b4e8fef10ccccb49a6dbb5e19ca84ba5a305
2 changes: 2 additions & 0 deletions trunk/kernel/irq/manage.c
Original file line number Diff line number Diff line change
Expand Up @@ -549,6 +549,7 @@ int setup_irq(unsigned int irq, struct irqaction *act)

return __setup_irq(irq, desc, act);
}
EXPORT_SYMBOL_GPL(setup_irq);

/*
* Internal function to unregister an irqaction - used to free
Expand Down Expand Up @@ -640,6 +641,7 @@ void remove_irq(unsigned int irq, struct irqaction *act)
{
__free_irq(irq, act->dev_id);
}
EXPORT_SYMBOL_GPL(remove_irq);

/**
* free_irq - free an interrupt allocated with request_irq
Expand Down

0 comments on commit bf86298

Please sign in to comment.