Skip to content

Commit

Permalink
[ARM] Fix cosmetic typo in asm/irq.h
Browse files Browse the repository at this point in the history
The IRQ resource flags are IORESOURCE_IRQ not IRQRESOURCE_IRQ.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Russell King authored and Russell King committed Mar 20, 2006
1 parent 9e7714d commit 7abe531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/asm-arm/irq.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ extern void enable_irq(unsigned int);

/*
* These correspond with the SA_TRIGGER_* defines, and therefore the
* IRQRESOURCE_IRQ_* defines.
* IORESOURCE_IRQ_* defines.
*/
#define __IRQT_RISEDGE (1 << 0)
#define __IRQT_FALEDGE (1 << 1)
Expand Down

0 comments on commit 7abe531

Please sign in to comment.