From: Russell King Date: Mon, 20 Mar 2006 10:12:31 +0000 (+0000) Subject: [ARM] Fix cosmetic typo in asm/irq.h X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=7abe53155b77c31028a7158883bc9aac705790da;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git [ARM] Fix cosmetic typo in asm/irq.h The IRQ resource flags are IORESOURCE_IRQ not IRQRESOURCE_IRQ. Signed-off-by: Russell King --- diff --git a/include/asm-arm/irq.h b/include/asm-arm/irq.h index 7772432d3fd7..60b5105c9c93 100644 --- a/include/asm-arm/irq.h +++ b/include/asm-arm/irq.h @@ -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)