genirq: Remove irq arg from __irq_set_trigger()
It's only required for debug output and can be retrieved from the irq descriptor if necessary. [ tglx: Split out from combo patch ] Signed-off-by: Jiang Liu <jiang.liu@linux.intel.com> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:
parent
0798abeb7e
commit
a1ff541a40
3 changed files with 9 additions and 10 deletions
|
|
@ -59,8 +59,7 @@ enum {
|
|||
#include "debug.h"
|
||||
#include "settings.h"
|
||||
|
||||
extern int __irq_set_trigger(struct irq_desc *desc, unsigned int irq,
|
||||
unsigned long flags);
|
||||
extern int __irq_set_trigger(struct irq_desc *desc, unsigned long flags);
|
||||
extern void __disable_irq(struct irq_desc *desc, unsigned int irq);
|
||||
extern void __enable_irq(struct irq_desc *desc, unsigned int irq);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue